This commit is contained in:
Aiman Dhanani 2026-09-22 17:40:22 +08:00 • committed by GitHub
commit cc67345f47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -32,6 +32,9 @@ app.kubernetes.io/name: {{ include "litellm.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" }}
{{- if .Values.extraLabels }}
{{ toYaml .Values.extraLabels }}
{{- end }}
{{- end -}}
{{/*

View file

@ -3,6 +3,9 @@
nameOverride: ""
fullnameOverride: ""
# Additional labels to apply to all resources
extraLabels: {}
imagePullSecrets: []
# Optional Ingress wiring the three component Services behind a single L7