-
Notifications
You must be signed in to change notification settings - Fork 13
/
values.yaml
88 lines (82 loc) · 2.24 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
shardCount: 1
namespace: jitsi
# extraPodSpec can be used to add tolerations and placement hints
# to any of the following components
haproxy:
name: haproxy
image: haproxy:2.3
ingressEnable: true
ingress:
# can be alb
class: haproxy
host: jitsi.example.org
tlsEnable: true
# albGroup: global
jicofo:
name: jicofo
image: jitsi/jicofo:stable-5963
imagePullPolicy: Always
resources:
requests:
cpu: 400m
memory: 400Mi
extraEnvs: []
jvb:
name: jvb
replicas: 2
# Nodeports 30XXX will be used by default
# you can use this variable to have several Jitsi cluster running on a cluster
# specifying "31" will use ports 31XXX
nodeportPrefix: "30"
image: jitsi/jvb:stable-5963
imagePullPolicy: Always
monitoringEnable: true
sysctlDaemonSetEnable: true
resources:
requests:
cpu: 3000m
memory: 3000Mi
extraEnvs: []
prosody:
name: prosody
image: jitsi/prosody:stable-5963
imagePullPolicy: Always
monitoringEnable: true
resources:
requests:
memory: 300Mi
cpu: 300m
extraEnvs: []
extraVolumes: []
extraVolumeMounts: []
globalModules: []
globalConfig: []
web:
name: web
image: jitsi/web:stable-5963
imagePullPolicy: Always
## kubectl create configmap -n <namespace> custom-config --from-file=custom-config.js
customConfig: false
## kubectl create configmap -n <namespace> custom-ui --from-file=custom-interface_config.js
customUi: false
## kubectl create configmap -n <namespace> plugin-head --from-file=plugin.head.html
pluginHead: false
## kubectl create configmap -n <namespace> welcome-page-footer --from-file=welcomePageAdditionalContent.html
welcomePageFooter: false
## kubectl create configmap -n <namespace> watermark --from-file=watermark.png
customWatermark: false
resources:
requests:
cpu: 400m
memory: 300Mi
extraEnvs: []
extraVolumes: []
extraVolumeMounts: []
# if empty, the metacontroller will not be installed
# can be used to instantiate several Jitsi clusters on one Kubernetes cluster
metacontrollerNamespace: metacontroller
JICOFO_AUTH_PASSWORD: ""
JICOFO_COMPONENT_SECRET: ""
JVB_AUTH_PASSWORD: ""
TZ: Europe/London
JVB_STUN_SERVERS: stun.l.google.com:19302,stun1.l.google.com:19302,stun2.l.google.com:19302