diff --git a/charts/collab/templates/service.yaml b/charts/collab/templates/service.yaml index 8e03a44..648c3e3 100644 --- a/charts/collab/templates/service.yaml +++ b/charts/collab/templates/service.yaml @@ -4,6 +4,10 @@ metadata: name: {{ include "codetogether.fullname" . }} labels: {{- include "codetogether.labels" . | nindent 4 }} + {{- with .Values.service.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: type: {{ .Values.service.type }} ports: diff --git a/charts/collab/values.yaml b/charts/collab/values.yaml index 2f729e8..6ab5418 100644 --- a/charts/collab/values.yaml +++ b/charts/collab/values.yaml @@ -203,6 +203,7 @@ av: service: type: ClusterIP port: 443 + annotations: {} serviceAccount: create: true