From abc92921edda698aab33f7e81ce48d5f66307c08 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 9 Sep 2025 13:59:51 +0200 Subject: [PATCH] Expose NG-UI ingress as gui.BASE_DOMAIN instead of using directly the BASE_DOMAIN Change-Id: Ibf3d05cf7d3255591fef959a769d3d15d4bfa346 Signed-off-by: garciadeblas --- installers/helm/osm/templates/ng_ui/ngui-ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/helm/osm/templates/ng_ui/ngui-ingress.yaml b/installers/helm/osm/templates/ng_ui/ngui-ingress.yaml index abe9ccf3..1ebe1711 100644 --- a/installers/helm/osm/templates/ng_ui/ngui-ingress.yaml +++ b/installers/helm/osm/templates/ng_ui/ngui-ingress.yaml @@ -29,7 +29,7 @@ spec: {{- if .Values.ngui.ingress.host }} - host: {{ .Values.ngui.ingress.host }} {{- else }} - - host: "{{ .Values.global.hostname }}" + - host: "gui.{{ .Values.global.hostname }}" {{- end }} http: paths: @@ -45,7 +45,7 @@ spec: {{- if .Values.ngui.ingress.host }} - {{ .Values.ngui.ingress.host }} {{- else }} - - "nbi.{{ .Values.global.hostname }}" + - "gui.{{ .Values.global.hostname }}" {{- end }} secretName: ngui-cert {{- end }} \ No newline at end of file -- 2.25.1