mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
feat(jitsi): Add backofflimit templating for jitsi-JVB
This commit is contained in:
committed by
Thorsten Roßner
parent
6d7937a6ca
commit
1239cfb3b9
@@ -302,6 +302,11 @@ jitsi:
|
||||
{{- end }}
|
||||
|
||||
patchJVB:
|
||||
{{- if index .Values "patchJVB" }}
|
||||
{{- if index .Values.patchJVB "backoffLimit" }}
|
||||
backoffLimit: {{ .Values.patchJVB.backoffLimit }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
configuration:
|
||||
staticLoadbalancerIP: {{ .Values.cluster.networking.ingressGatewayIP | quote }}
|
||||
loadbalancerStatusField: {{ .Values.cluster.networking.loadBalancerStatusField | quote }}
|
||||
|
||||
@@ -149,7 +149,7 @@ charts:
|
||||
registry: "registry.opencode.de"
|
||||
repository: "bmi/opendesk/components/platform-development/charts/opendesk-jitsi"
|
||||
name: "opendesk-jitsi"
|
||||
version: "3.1.0"
|
||||
version: "3.2.0"
|
||||
verify: true
|
||||
mariadb:
|
||||
# providerCategory: "Platform"
|
||||
|
||||
Reference in New Issue
Block a user