Expose NG-UI ingress as gui.BASE_DOMAIN instead of using directly the BASE_DOMAIN 83/15383/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 9 Sep 2025 11:59:51 +0000 (13:59 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 9 Sep 2025 12:01:46 +0000 (14:01 +0200)
Change-Id: Ibf3d05cf7d3255591fef959a769d3d15d4bfa346
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/helm/osm/templates/ng_ui/ngui-ingress.yaml

index abe9ccf..1ebe171 100644 (file)
@@ -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