We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87f5c7 commit d504428Copy full SHA for d504428
templates/jvb/service.yaml
@@ -3,6 +3,10 @@ apiVersion: v1
3
kind: Service
4
metadata:
5
name: {{ include "jitsi-meet.jvb.fullname" . }}
6
+ annotations:
7
+ {{- range $key, $value := .Values.jvb.service.annotations }}
8
+ {{ $key }}: {{ $value | quote }}
9
+ {{- end }}
10
labels:
11
{{- include "jitsi-meet.jvb.labels" . | nindent 4 }}
12
spec:
values.yaml
@@ -133,6 +133,9 @@ jvb:
133
enabled:
134
type: ClusterIP
135
externalIPs: []
136
+ ## Annotations to be added to the service (if LoadBalancer is used)
137
+ ##
138
+ annotations: {}
139
140
breweryMuc: jvbbrewery
141
0 commit comments