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 }}" host: "{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}"
ingressClassName: "{{ .Values.ingress.ingressClassName }}" ingressClassName: "{{ .Values.ingress.ingressClassName }}"
tls: tls:
enabled: {{ .Values.ingress.tls.enabled }} # The TLS configuration is on the "master" Ingress, see "portal-frontend"
secretName: "{{ .Values.ingress.tls.secretName }}" enabled: false
secretName: ""
istio: istio:
host: "{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}" host: "{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}"