diff --git a/helm/kagent/templates/ui-service.yaml b/helm/kagent/templates/ui-service.yaml index 526aa2464..eb8c51574 100644 --- a/helm/kagent/templates/ui-service.yaml +++ b/helm/kagent/templates/ui-service.yaml @@ -5,6 +5,10 @@ metadata: namespace: {{ include "kagent.namespace" . }} labels: {{- include "kagent.ui.labels" . | nindent 4 }} + {{- with .Values.ui.service.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: type: {{ .Values.ui.service.type }} ports: diff --git a/helm/kagent/values.yaml b/helm/kagent/values.yaml index 376c51420..9a89944e9 100644 --- a/helm/kagent/values.yaml +++ b/helm/kagent/values.yaml @@ -260,6 +260,7 @@ ui: ports: port: 8080 targetPort: 8080 + annotations: {} # Authentication redirect configuration # Change this if using a different auth proxy (e.g., Pomerium, Authelia) auth: