From 4d86b1151bd2ca3229fd026a215a8e98b50acea7 Mon Sep 17 00:00:00 2001 From: Robert <35055316+sky1045@users.noreply.github.com> Date: Fri, 24 Jan 2025 17:44:57 +0900 Subject: [PATCH] Add global service annotations --- charts/all-in-one/templates/stateproxy.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/all-in-one/templates/stateproxy.yaml b/charts/all-in-one/templates/stateproxy.yaml index 3c470d573..ebf33f472 100644 --- a/charts/all-in-one/templates/stateproxy.yaml +++ b/charts/all-in-one/templates/stateproxy.yaml @@ -48,6 +48,12 @@ spec: resources: {{- toYaml . | nindent 10 }} {{- end }} + + service: + {{- with $.Values.global.service.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} {{- with $.Values.stateproxy.nodeSelector }} nodeSelector: