We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863eb79 commit 22e6876Copy full SHA for 22e6876
charts/jitsi/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: jitsi
3
-version: 0.2.1
+version: 0.3.0
charts/jitsi/templates/ingress.yaml
@@ -8,7 +8,10 @@ metadata:
8
annotations: {{ toYaml $annotations | nindent 4 }}
9
{{- end }}
10
spec:
11
- ingressClassName: nginx
+ {{- if .Values.ingress.ingressClassName }}
12
+ ingressClassName: {{ .Values.ingress.ingressClassName }}
13
+ {{- end }}
14
+ tls:
15
rules:
16
- host: {{ .Values.ingress.serverName }}
17
http:
charts/jitsi/values.yaml
@@ -5,6 +5,7 @@ ingress:
5
nginx.ingress.kubernetes.io/proxy-body-size: 50m
6
nginx.ingress.kubernetes.io/use-regex: "true"
7
annotations: {}
+ ngressClassName: nginx
timeZone: Europe/Amsterdam
jicofo:
0 commit comments