diff --git a/charts/ftl/templates/registry.yaml b/charts/ftl/templates/registry.yaml index 6df733e0c..8a43b6d3e 100644 --- a/charts/ftl/templates/registry.yaml +++ b/charts/ftl/templates/registry.yaml @@ -25,6 +25,7 @@ apiVersion: v1 kind: Service metadata: name: {{ include "ftl.fullname" . }}-registry + {{- if .Values.registry.service.annotations }} annotations: {{- toYaml .Values.registry.service.annotations | nindent 4 }} diff --git a/charts/ftl/values.yaml b/charts/ftl/values.yaml index f802b32f5..16b997048 100644 --- a/charts/ftl/values.yaml +++ b/charts/ftl/values.yaml @@ -240,6 +240,9 @@ registry: repository: "" allowInsecure: false create: false + service: + annotations: null + ingress: