mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
fix(jitsi): Disable IP Blacklist
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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: ~
|
||||
|
||||
Reference in New Issue
Block a user