mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
16 lines
379 B
Go Template
16 lines
379 B
Go Template
{{/*
|
|
SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
SPDX-License-Identifier: Apache-2.0
|
|
*/}}
|
|
---
|
|
istio:
|
|
enabled: true
|
|
domain: {{ env "ISTIO_DOMAIN" | default "souvap.cloud" | quote }}
|
|
virtualService:
|
|
enabled: false
|
|
gateway:
|
|
enabled: true
|
|
issuerRef:
|
|
name: "letsencrypt-istio-prod"
|
|
...
|