fix(univention-management-stack): Adjust Ingress configuration of udm-rest-api

This commit is contained in:
Johannes Bornhold
2023-09-01 09:14:42 +02:00
parent 96097e4704
commit c61b1b8281

View File

@@ -47,8 +47,9 @@ 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: ""
istio:
host: "{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}"