fixed json in deployment.yaml

This commit is contained in:
bom 2022-04-01 11:31:24 +02:00
parent 2c8bf300e9
commit 0120f0b45c

View file

@ -47,7 +47,7 @@ spec:
- name: JVB_BREWERY_MUC
value: jvbbrewery
- name: CONFIG_JSON
value: {"disableThirdPartyRequests": true}
value: '{"disableThirdPartyRequests": true}'
- name: prosody
image: jitsi/prosody:stable-6826
imagePullPolicy: IfNotPresent
@ -86,7 +86,7 @@ spec:
- name: JVB_TCP_HARVESTER_DISABLED
value: "true"
- name: CONFIG_JSON
value: {"disableThirdPartyRequests": true}
value: '{"disableThirdPartyRequests": true}'
- name: web
image: jitsi/web:stable-6826
imagePullPolicy: IfNotPresent
@ -112,7 +112,7 @@ spec:
- name: JVB_TCP_HARVESTER_DISABLED
value: "true"
- name: CONFIG_JSON
value: {"disableThirdPartyRequests": true}
value: '{"disableThirdPartyRequests": true}'
- name: jvb
image: jitsi/jvb:stable-6826
imagePullPolicy: IfNotPresent
@ -152,4 +152,4 @@ spec:
- name: TZ
value: Europe/Berlin
- name: CONFIG_JSON
value: {"disableThirdPartyRequests": true}
value: '{"disableThirdPartyRequests": true}'