mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-09 08:48:34 +01:00
fix(intercom-service): Fix the nordeck configuration
This commit is contained in:
@@ -21,7 +21,10 @@ ics:
|
|||||||
secret: {{ .Values.secrets.keycloak.clientSecret.intercom }}
|
secret: {{ .Values.secrets.keycloak.clientSecret.intercom }}
|
||||||
matrix:
|
matrix:
|
||||||
asSecret: {{ .Values.secrets.jitsi.synapseAsToken }}
|
asSecret: {{ .Values.secrets.jitsi.synapseAsToken }}
|
||||||
|
subdomain: {{ .Values.global.hosts.synapse }}
|
||||||
serverName: "{{ .Values.global.hosts.synapse }}.{{ .Values.global.domain }}"
|
serverName: "{{ .Values.global.hosts.synapse }}.{{ .Values.global.domain }}"
|
||||||
|
nordeck:
|
||||||
|
subdomain: {{ .Values.global.hosts.matrixNeoDateFixBot }}
|
||||||
portal:
|
portal:
|
||||||
apiKey: {{ .Values.secrets.centralnavigation.apiKey }}
|
apiKey: {{ .Values.secrets.centralnavigation.apiKey }}
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
Reference in New Issue
Block a user