fix(univention-management-stack): Adjust Ingress configuration for umc

This commit is contained in:
Johannes Bornhold
2023-09-01 11:22:48 +02:00
parent c61b1b8281
commit 320da3bec3
2 changed files with 6 additions and 4 deletions

View File

@@ -27,7 +27,8 @@ ingress:
host: "{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}"
ingressClassName: "{{ .Values.ingress.ingressClassName }}"
tls:
enabled: {{ .Values.ingress.tls.enabled }}
secretName: "{{ .Values.ingress.tls.secretName }}"
# The TLS configuration is on the "master" Ingress, see "portal-frontend"
enabled: false
secretName: ""
...

View File

@@ -46,7 +46,8 @@ ingress:
host: "{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}"
ingressClassName: "{{ .Values.ingress.ingressClassName }}"
tls:
enabled: {{ .Values.ingress.tls.enabled }}
secretName: "{{ .Values.ingress.tls.secretName }}"
# The TLS configuration is on the "master" Ingress, see "portal-frontend"
enabled: false
secretName: ""
...