mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
fix(nubus): Stack-gateway ingress namespace repeated twice
This commit is contained in:
committed by
Carlos García-Mauriño
parent
403714afcc
commit
a76cf0abaf
@@ -21,7 +21,7 @@ global:
|
||||
|
||||
nubusStackGateway:
|
||||
ingress:
|
||||
hostname: "portal.{{ .Release.Namespace }}.{{ .Values.global.domain }}"
|
||||
hostname: "portal.{{ .Values.global.domain }}"
|
||||
ingressClassName: {{ .Values.ingress.ingressClassName | default "nginx" | quote }}
|
||||
|
||||
# Nubus bundled services
|
||||
|
||||
Reference in New Issue
Block a user