From: garciadeblas Date: Tue, 9 Sep 2025 11:59:51 +0000 (+0200) Subject: Expose NG-UI ingress as gui.BASE_DOMAIN instead of using directly the BASE_DOMAIN X-Git-Tag: v18.0.1~12 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=b2ee511cad880b71cbd5b48e2fb37b7d5128991d;p=osm%2Fdevops.git Expose NG-UI ingress as gui.BASE_DOMAIN instead of using directly the BASE_DOMAIN Change-Id: Ibf3d05cf7d3255591fef959a769d3d15d4bfa346 Signed-off-by: garciadeblas --- 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