From 67a4a03569d6545b18bc9f1d598e45e5a1b44d6c Mon Sep 17 00:00:00 2001 From: R-man3000 Date: Sun, 31 May 2026 23:33:55 +0300 Subject: update heimdall ingress to open heimdall at localhost --- apps/heimdall/templates/ingress.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'apps/heimdall/templates/ingress.yaml') diff --git a/apps/heimdall/templates/ingress.yaml b/apps/heimdall/templates/ingress.yaml index cd07205..74c522c 100644 --- a/apps/heimdall/templates/ingress.yaml +++ b/apps/heimdall/templates/ingress.yaml @@ -19,4 +19,15 @@ spec: name: {{ include "heimdall.name" . }}-service port: number: {{ .Values.service.port }} + {{- if .Values.ingress.defaultHomepage }} + - http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: {{ include "heimdall.name" . }}-service + port: + number: {{ .Values.service.port }} + {{- end }} {{- end }} -- cgit v1.2.3