mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 08:21:40 +01:00
fix(nubus): Stack-gateway ingress namespace repeated twice
This commit is contained in:
@@ -21,7 +21,7 @@ global:
|
|||||||
|
|
||||||
nubusStackGateway:
|
nubusStackGateway:
|
||||||
ingress:
|
ingress:
|
||||||
hostname: "portal.{{ .Release.Namespace }}.{{ .Values.global.domain }}"
|
hostname: "portal.{{ .Values.global.domain }}"
|
||||||
ingressClassName: {{ .Values.ingress.ingressClassName | default "nginx" | quote }}
|
ingressClassName: {{ .Values.ingress.ingressClassName | default "nginx" | quote }}
|
||||||
|
|
||||||
# Nubus bundled services
|
# Nubus bundled services
|
||||||
|
|||||||
Reference in New Issue
Block a user