From 5ba0811678c1f793688f1faa5e6894dad3c30de9 Mon Sep 17 00:00:00 2001 From: Damien Gustave Date: Tue, 7 Nov 2023 14:16:48 +0100 Subject: [PATCH 1/2] adds annotations on service --- charts/vouch/templates/service.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/vouch/templates/service.yaml b/charts/vouch/templates/service.yaml index 7ea5262..1b18948 100644 --- a/charts/vouch/templates/service.yaml +++ b/charts/vouch/templates/service.yaml @@ -4,6 +4,10 @@ metadata: name: {{ include "vouch.fullname" . }} labels: {{ include "vouch.labels" . | indent 4 }} + {{- with .Values.service.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: type: {{ .Values.service.type }} externalTrafficPolicy: {{ .Values.service.externalTrafficPolicy }} From bacb048898da0582149c03e3cbf0d6a325c69fa6 Mon Sep 17 00:00:00 2001 From: Damien Gustave Date: Thu, 9 Nov 2023 09:28:37 +0100 Subject: [PATCH 2/2] update values.yaml --- charts/vouch/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/vouch/values.yaml b/charts/vouch/values.yaml index 886acc1..b7f777f 100644 --- a/charts/vouch/values.yaml +++ b/charts/vouch/values.yaml @@ -43,6 +43,7 @@ service: externalTrafficPolicy: type: ClusterIP port: 9090 + annotations: {} probes: liveness: