mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 07:51:38 +01:00
fix(opendesk-services): Add missing certificates
This commit is contained in:
committed by
Thorsten Roßner
parent
a4c8be60f3
commit
acbabdb806
@@ -23,8 +23,9 @@ global:
|
|||||||
synapseFederation: {{ .Values.global.hosts.synapseFederation }}
|
synapseFederation: {{ .Values.global.hosts.synapseFederation }}
|
||||||
whiteboard: {{ .Values.global.hosts.whiteboard }}
|
whiteboard: {{ .Values.global.hosts.whiteboard }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.apps.nubus.enabled }}
|
{{- if .Values.apps.elementAdmin.enabled }}
|
||||||
intercomService: {{ .Values.global.hosts.intercomService }}
|
adminBot: {{ .Values.global.hosts.adminBot }}
|
||||||
|
synapseAdmin: {{ .Values.global.hosts.synapseAdmin }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.apps.jitsi.enabled }}
|
{{- if .Values.apps.jitsi.enabled }}
|
||||||
jitsi: {{ .Values.global.hosts.jitsi }}
|
jitsi: {{ .Values.global.hosts.jitsi }}
|
||||||
@@ -36,23 +37,27 @@ global:
|
|||||||
{{- if .Values.apps.nextcloud.enabled }}
|
{{- if .Values.apps.nextcloud.enabled }}
|
||||||
nextcloud: {{ .Values.global.hosts.nextcloud }}
|
nextcloud: {{ .Values.global.hosts.nextcloud }}
|
||||||
{{- end }}
|
{{- 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 }}
|
{{- if .Values.apps.openproject.enabled }}
|
||||||
openproject: {{ .Values.global.hosts.openproject }}
|
openproject: {{ .Values.global.hosts.openproject }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.apps.oxAppSuite.enabled }}
|
{{- if .Values.apps.oxAppSuite.enabled }}
|
||||||
openxchange: {{ .Values.global.hosts.openxchange }}
|
openxchange: {{ .Values.global.hosts.openxchange }}
|
||||||
|
openxchangeDav: {{ .Values.global.hosts.openxchangeDav }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.apps.nubus.enabled }}
|
{{- if .Values.apps.staticFiles.enabled }}
|
||||||
keycloak: {{ .Values.global.hosts.keycloak }}
|
static: {{ .Values.global.hosts.static }}
|
||||||
nubus: {{ .Values.global.hosts.nubus }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.apps.xwiki.enabled }}
|
{{- if .Values.apps.xwiki.enabled }}
|
||||||
xwiki: {{ .Values.global.hosts.xwiki }}
|
xwiki: {{ .Values.global.hosts.xwiki }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.apps.notes.enabled }}
|
|
||||||
notes: {{ .Values.global.hosts.notes }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
|
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: {{ .Values.certificate.issuerRef.name | quote }}
|
name: {{ .Values.certificate.issuerRef.name | quote }}
|
||||||
|
|||||||
@@ -35,6 +35,8 @@ global:
|
|||||||
# Beware: Changing hostnames on an existing deployment will break links the users may already make use of.
|
# 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
|
# Also some links are used directly in the portal and do not get updated after the initial
|
||||||
# deployment.
|
# deployment.
|
||||||
|
# Attention: When adding hosts here, please make sure to also add them in
|
||||||
|
# /helmfile/apps/opendesk-services/values-certificates.yaml.gotmpl
|
||||||
#
|
#
|
||||||
hosts:
|
hosts:
|
||||||
adminBot: "adminbot"
|
adminBot: "adminbot"
|
||||||
|
|||||||
Reference in New Issue
Block a user