Merge branch 'media-repo-service-annotations' into 'master'

Allow annotating media-repo service.

See merge request ananace/charts!46
This commit is contained in:
Alexander Olofsson 2023-05-19 18:36:42 +00:00
commit 9bd0f570aa
2 changed files with 6 additions and 1 deletions

View file

@ -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:

View file

@ -174,6 +174,7 @@ securityContext: {}
service:
type: ClusterIP
port: 80
annotations: {}
## Ingress configuration.
##
@ -241,4 +242,4 @@ annotations: {}
## Deployment labels
##
labels: {}
labels: {}