Skip to content

Commit

Permalink
fix: support annotations in registry (#3557)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmakine authored Nov 28, 2024
1 parent 2907132 commit 1868200
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/ftl/templates/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "ftl.fullname" . }}-registry
{{- if .Values.registry.service.annotations }}
annotations:
{{- toYaml .Values.registry.service.annotations | nindent 4 }}
{{- end }}
spec:
ports:
- name: http
Expand Down

0 comments on commit 1868200

Please sign in to comment.