fixed json in deployment.yaml
This commit is contained in:
parent
2c8bf300e9
commit
0120f0b45c
1 changed files with 4 additions and 4 deletions
|
@ -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}'
|
Loading…
Reference in a new issue