From e291313f30a56775911e92f0e6f9e31424c17763 Mon Sep 17 00:00:00 2001 From: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:35:10 +0100 Subject: [PATCH] Update service.yaml --- charts/lakefs/templates/service.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/lakefs/templates/service.yaml b/charts/lakefs/templates/service.yaml index d170dd8..e367757 100644 --- a/charts/lakefs/templates/service.yaml +++ b/charts/lakefs/templates/service.yaml @@ -4,6 +4,8 @@ metadata: name: {{ include "lakefs.fullname" . }} labels: {{- include "lakefs.labels" . | nindent 4 }} + annotations: + {{- toYaml .Values.service.annotations | nindent 4 }} spec: type: {{ .Values.service.type }} ports: