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

@@ -0,0 +1,10 @@
{{/*
SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
SPDX-License-Identifier: Apache-2.0
*/}}
---
ingress:
enabled: {{ .Values.ingress.enabled }}
host: "{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}"
ingressClassName: "{{ .Values.ingress.ingressClassName }}"