Skip to content
4 changes: 4 additions & 0 deletions helm/kagent/templates/ui-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions helm/kagent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down