Skip to content

Commit

Permalink
feat(jvb): add jvb service annotations (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-mightydevops authored Aug 18, 2021
1 parent b87f5c7 commit d504428
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/jvb/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "jitsi-meet.jvb.fullname" . }}
annotations:
{{- range $key, $value := .Values.jvb.service.annotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
labels:
{{- include "jitsi-meet.jvb.labels" . | nindent 4 }}
spec:
Expand Down
3 changes: 3 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ jvb:
enabled:
type: ClusterIP
externalIPs: []
## Annotations to be added to the service (if LoadBalancer is used)
##
annotations: {}

breweryMuc: jvbbrewery

Expand Down

0 comments on commit d504428

Please sign in to comment.