fix(univention-management-stack): Disable istio for the stack

This commit is contained in:
Johannes Bornhold
2023-09-04 11:05:24 +02:00
parent 12c931fcff
commit 4835a2beec
10 changed files with 48 additions and 90 deletions

View File

@@ -31,19 +31,6 @@ image:
- name: {{ . }}
{{- end }}
istio:
host: "{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}"
enabled: {{ .Values.istio.enabled }}
ingress:
enabled: {{ .Values.ingress.enabled }}
host: "{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}"
ingressClassName: "{{ .Values.ingress.ingressClassName }}"
tls:
# The TLS configuration is on the "master" Ingress, see "portal-frontend"
enabled: false
secretName: ""
resources:
{{ .Values.resources.umsNotificationsApi | toYaml | nindent 2 }}
...