diff --git a/charts/matrix-media-repo/templates/service.yaml b/charts/matrix-media-repo/templates/service.yaml index 5f576ff..d17868b 100644 --- a/charts/matrix-media-repo/templates/service.yaml +++ b/charts/matrix-media-repo/templates/service.yaml @@ -4,6 +4,10 @@ metadata: name: {{ include "matrix-media-repo.fullname" . }} labels: {{- include "matrix-media-repo.labels" . | nindent 4 }} + {{- with .Values.service.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: type: {{ .Values.service.type }} ports: diff --git a/charts/matrix-media-repo/values.yaml b/charts/matrix-media-repo/values.yaml index 0f7f355..65f0720 100644 --- a/charts/matrix-media-repo/values.yaml +++ b/charts/matrix-media-repo/values.yaml @@ -174,6 +174,7 @@ securityContext: {} service: type: ClusterIP port: 80 + annotations: {} ## Ingress configuration. ## @@ -241,4 +242,4 @@ annotations: {} ## Deployment labels ## -labels: {} \ No newline at end of file +labels: {}