fix(open-xchange): Explicitly disable core-ui-middleware ingress

This commit is contained in:
Dominik Kaminski
2023-08-16 10:36:14 +02:00
parent b9c895b357
commit 06dc7a115d

View File

@@ -108,6 +108,7 @@ appsuite:
ingress:
hosts:
- host: "{{ .Values.global.hosts.openxchange }}.{{ .Values.istio.domain }}"
enabled: false
imagePullSecrets:
{{- range .Values.global.imagePullSecrets }}
- name: {{ . }}