From cc7d59a11ed33566d89ce6bb76d7666c8d2b6b79 Mon Sep 17 00:00:00 2001 From: Marcus Hynfield Date: Wed, 9 Apr 2025 00:42:09 -0400 Subject: [PATCH] Add service annotations to litellm-helm chart (#9840) --- deploy/charts/litellm-helm/templates/service.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/charts/litellm-helm/templates/service.yaml b/deploy/charts/litellm-helm/templates/service.yaml index 40e7f27f16..d8d81e78c8 100644 --- a/deploy/charts/litellm-helm/templates/service.yaml +++ b/deploy/charts/litellm-helm/templates/service.yaml @@ -2,6 +2,10 @@ apiVersion: v1 kind: Service metadata: name: {{ include "litellm.fullname" . }} + {{- with .Values.service.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} labels: {{- include "litellm.labels" . | nindent 4 }} spec: