From 8eb6a68fcffbf58cf277ab532fd80e0b7a8c41e8 Mon Sep 17 00:00:00 2001 From: duhow Date: Fri, 23 Feb 2024 23:58:10 +0100 Subject: [PATCH] fix webui-service --- kubernetes/helm/templates/webui-service.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kubernetes/helm/templates/webui-service.yaml b/kubernetes/helm/templates/webui-service.yaml index bfae9294d..58da030d3 100644 --- a/kubernetes/helm/templates/webui-service.yaml +++ b/kubernetes/helm/templates/webui-service.yaml @@ -4,6 +4,10 @@ metadata: name: {{ include "open-webui.name" . }} labels: {{- include "open-webui.labels" . | nindent 4 }} + {{- with .Values.webui.service.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: selector: {{- include "open-webui.selectorLabels" . | nindent 4 }} @@ -11,6 +15,7 @@ spec: type: {{ .type }} ports: - protocol: TCP + name: http port: {{ .port }} targetPort: http {{- if .nodePort }}