diff --git a/ingress/templates/service.yaml b/ingress/templates/service.yaml index ea17ac2..275a201 100644 --- a/ingress/templates/service.yaml +++ b/ingress/templates/service.yaml @@ -3,6 +3,10 @@ kind: Service metadata: name: {{ include "ingress.fullname" . }} labels: {{- include "ingress.labels" . | nindent 4 }} + {{- with .Values.loadBalancer.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: type: {{ default "LoadBalancer" .Values.ingress.serviceType }} ports: