Allow annotating media-repo service.

This commit is contained in:
Alex Manning 2023-05-18 21:50:51 +01:00
parent 25a40484f8
commit da82903c30
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: {}