From e15171a9173512585d7653905d9295641f2ef3f3 Mon Sep 17 00:00:00 2001 From: Ashish Bagri Date: Tue, 3 Mar 2026 17:51:51 +0100 Subject: [PATCH] Adding HOSTNAME for ui to fix port-forwarding --- charts/glassflow-etl/Chart.yaml | 2 +- charts/glassflow-etl/templates/ui-configmap.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/glassflow-etl/Chart.yaml b/charts/glassflow-etl/Chart.yaml index f64bb2a..f970024 100644 --- a/charts/glassflow-etl/Chart.yaml +++ b/charts/glassflow-etl/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.10 +version: 0.5.11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/glassflow-etl/templates/ui-configmap.yaml b/charts/glassflow-etl/templates/ui-configmap.yaml index e89b245..55e2c08 100644 --- a/charts/glassflow-etl/templates/ui-configmap.yaml +++ b/charts/glassflow-etl/templates/ui-configmap.yaml @@ -7,6 +7,7 @@ metadata: {{- include "glassflow-etl.labels" . | nindent 4 }} app.kubernetes.io/component: ui data: + HOSTNAME: "0.0.0.0" NEXT_PUBLIC_API_URL: "http://{{ .Release.Name }}-api.{{ .Release.Namespace }}.svc.cluster.local:8081" NEXT_PUBLIC_IN_DOCKER: "false" NEXT_PUBLIC_ANALYTICS_ENABLED: "{{ .Values.global.usageStats.enabled }}"