X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/fe40b65d2e4b67d782200b062102e2e29923113a..7476771320cb5f13e3fc43a1354a98d0d92598c4:/charts/arvados/templates/keep-proxy-service.yaml diff --git a/charts/arvados/templates/keep-proxy-service.yaml b/charts/arvados/templates/keep-proxy-service.yaml index 4a3fcff..e184273 100644 --- a/charts/arvados/templates/keep-proxy-service.yaml +++ b/charts/arvados/templates/keep-proxy-service.yaml @@ -12,6 +12,10 @@ metadata: chart: {{ template "arvados.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} + annotations: + {{- range $key, $value := .Values.loadBalancer.annotations }} + {{ $key }}: {{ $value | quote }} + {{- end }} spec: type: LoadBalancer loadBalancerIP: {{ required "A valid externalIP is required!" .Values.externalIP }}