diff --git a/helmfile/apps/opendesk-services/values-certificates.yaml.gotmpl b/helmfile/apps/opendesk-services/values-certificates.yaml.gotmpl index faf3eaef..c40bf238 100644 --- a/helmfile/apps/opendesk-services/values-certificates.yaml.gotmpl +++ b/helmfile/apps/opendesk-services/values-certificates.yaml.gotmpl @@ -23,8 +23,9 @@ global: synapseFederation: {{ .Values.global.hosts.synapseFederation }} whiteboard: {{ .Values.global.hosts.whiteboard }} {{- end }} - {{- if .Values.apps.nubus.enabled }} - intercomService: {{ .Values.global.hosts.intercomService }} + {{- if .Values.apps.elementAdmin.enabled }} + adminBot: {{ .Values.global.hosts.adminBot }} + synapseAdmin: {{ .Values.global.hosts.synapseAdmin }} {{- end }} {{- if .Values.apps.jitsi.enabled }} jitsi: {{ .Values.global.hosts.jitsi }} @@ -36,23 +37,27 @@ global: {{- if .Values.apps.nextcloud.enabled }} nextcloud: {{ .Values.global.hosts.nextcloud }} {{- end }} + {{- if .Values.apps.notes.enabled }} + notes: {{ .Values.global.hosts.notes }} + {{- end }} + {{- if .Values.apps.nubus.enabled }} + intercomService: {{ .Values.global.hosts.intercomService }} + keycloak: {{ .Values.global.hosts.keycloak }} + nubus: {{ .Values.global.hosts.nubus }} + {{- end }} {{- if .Values.apps.openproject.enabled }} openproject: {{ .Values.global.hosts.openproject }} {{- end }} {{- if .Values.apps.oxAppSuite.enabled }} openxchange: {{ .Values.global.hosts.openxchange }} + openxchangeDav: {{ .Values.global.hosts.openxchangeDav }} {{- end }} - {{- if .Values.apps.nubus.enabled }} - keycloak: {{ .Values.global.hosts.keycloak }} - nubus: {{ .Values.global.hosts.nubus }} + {{- if .Values.apps.staticFiles.enabled }} + static: {{ .Values.global.hosts.static }} {{- end }} {{- if .Values.apps.xwiki.enabled }} xwiki: {{ .Values.global.hosts.xwiki }} {{- end }} - {{- if .Values.apps.notes.enabled }} - notes: {{ .Values.global.hosts.notes }} - {{- end }} - issuerRef: name: {{ .Values.certificate.issuerRef.name | quote }} diff --git a/helmfile/environments/default/global.yaml.gotmpl b/helmfile/environments/default/global.yaml.gotmpl index 983ed0e4..78e2c16c 100644 --- a/helmfile/environments/default/global.yaml.gotmpl +++ b/helmfile/environments/default/global.yaml.gotmpl @@ -35,6 +35,8 @@ global: # Beware: Changing hostnames on an existing deployment will break links the users may already make use of. # Also some links are used directly in the portal and do not get updated after the initial # deployment. + # Attention: When adding hosts here, please make sure to also add them in + # /helmfile/apps/opendesk-services/values-certificates.yaml.gotmpl # hosts: adminBot: "adminbot"