mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 16:01:37 +01:00
chore(nubus): Change stack-gateway ingress hostname to read .Values.global.domain
This commit is contained in:
committed by
Carlos García-Mauriño
parent
31fdc63a63
commit
283fcf9626
@@ -21,7 +21,7 @@ global:
|
||||
|
||||
nubusStackGateway:
|
||||
ingress:
|
||||
hostname: "portal.{{ .Release.Namespace }}.gaia.open-desk.cloud"
|
||||
hostname: "portal.{{ .Release.Namespace }}.{{ .Values.global.domain }}"
|
||||
ingressClassName: {{ .Values.ingress.ingressClassName | default "nginx" | quote }}
|
||||
|
||||
# Nubus bundled services
|
||||
|
||||
Reference in New Issue
Block a user