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

This commit is contained in:
Johannes Bornhold
2023-08-31 22:26:00 +02:00
parent 13bcd785e8
commit 5e1a7b19e2

View File

@@ -40,6 +40,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: ""
...