fix(jitsi): Disable IP Blacklist

This commit is contained in:
Dominik Kaminski
2023-12-11 13:23:43 +01:00
parent b6ef559cde
commit 6a649cb7f0
3 changed files with 4 additions and 2 deletions

View File

@@ -22,6 +22,8 @@ extraEnvVars:
secretKeyRef:
name: "opendesk-matrix-user-verification-service-account"
key: "access_token"
- name: "UVS_DISABLE_IP_BLACKLIST"
value: "true"
podSecurityContext:
enabled: true

View File

@@ -60,7 +60,7 @@ jitsi:
- name: "AUTH_TYPE"
value: "hybrid_matrix_token"
- name: "JWT_APP_ID"
value: "myappid"
value: "{{ .Values.global.hosts.jitsi }}.{{ .Values.global.domain }}"
- name: "JWT_APP_SECRET"
value: {{ .Values.secrets.jitsi.jwtAppSecret | quote }}
- name: "MATRIX_UVS_SYNC_POWER_LEVELS"

View File

@@ -149,7 +149,7 @@ charts:
registry: "external-registry.souvap-univention.de"
repository: "sovereign-workplace/souvap/tooling/charts/sovereign-workplace-jitsi"
name: "sovereign-workplace-jitsi"
version: "1.7.1"
version: "1.7.2"
verify: true
username: ~
password: ~