Allow annotating media-repo service.
This commit is contained in:
parent
25a40484f8
commit
da82903c30
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -174,6 +174,7 @@ securityContext: {}
|
|||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
annotations: {}
|
||||
|
||||
## Ingress configuration.
|
||||
##
|
||||
|
@ -241,4 +242,4 @@ annotations: {}
|
|||
|
||||
## Deployment labels
|
||||
##
|
||||
labels: {}
|
||||
labels: {}
|
||||
|
|
Loading…
Reference in a new issue