mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 00:11:38 +01:00
feat(helmfile): Remove environment specific values to use cluster defaults
This commit is contained in:
@@ -34,7 +34,7 @@ global:
|
||||
|
||||
## Define host
|
||||
#
|
||||
domain: {{ env "DOMAIN" | default "souvap-univention.de" }}
|
||||
domain: {{ env "DOMAIN" | default "souvap.cloud" }}
|
||||
|
||||
## Define docker registry address.
|
||||
#
|
||||
|
||||
@@ -5,7 +5,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||
---
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: "cilium"
|
||||
ingressClassName: ""
|
||||
tls:
|
||||
enabled: true
|
||||
secretName: "sovereign-workplace-certificates-tls"
|
||||
|
||||
@@ -5,7 +5,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||
---
|
||||
istio:
|
||||
enabled: true
|
||||
domain: {{ env "ISTIO_DOMAIN" | default "souvap-univention.de" }}
|
||||
domain: {{ env "ISTIO_DOMAIN" | default "souvap.cloud" }}
|
||||
virtualService:
|
||||
enabled: false
|
||||
gateway:
|
||||
|
||||
@@ -5,8 +5,8 @@ SPDX-License-Identifier: Apache-2.0
|
||||
---
|
||||
persistence:
|
||||
storageClassNames:
|
||||
RWX: "csi-cephfs-sc"
|
||||
RWO: "csi-rbd-sc"
|
||||
RWX: ""
|
||||
RWO: ""
|
||||
size:
|
||||
clamav: "1Gi"
|
||||
dovecot: "1Gi"
|
||||
|
||||
@@ -7,10 +7,10 @@ turn:
|
||||
transport: "udp"
|
||||
credentials: "{{ env "TURN_CREDENTIALS" }}"
|
||||
server:
|
||||
host: "turn.develop.souvap-univention.de"
|
||||
host: ""
|
||||
port: "3478"
|
||||
tls:
|
||||
host: "turn.develop.souvap-univention.de"
|
||||
host: ""
|
||||
port: "5349"
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user