forked from ct-Open-Source/team-container
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values-video.yaml
36 lines (33 loc) · 1018 Bytes
/
values-video.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
app:
name: video
domain: example.org
pullpolicy: IfNotPresent # set to Always for auto updates
auth:
enabled: false
guests: true
# internal auth
type: internal
admin:
user: admin
password: "jitsiAdmin"
# ldap auth - remove above "type: internal" auth to use it
#type: ldap
#ldapauthmethod: bind
#ldapurl: ldap://LDAP_SERVER
#ldapusetls: 1
#ldapstarttls: 1 # needs LDAP_VERSIOn 3
#ldaptlscacertfile:
#ldaptlscacertdir:
#ldaptlscheckpeer:
#ldapbase: OU=users,DC=domain,DC=local
#ldapbinddn: CN=ldap user,OU=svc_users,DC=domain,DC=local
#ldapbindpw: VerySecretPassword
#ldapfilter: (&(&(|(objectclass=person)))(|(samaccountname=%uid)(|(mailPrimaryAddress=%uid)(mail=%uid))))
#ldapversion: 3 # can break helm upgrade
# jicofo needs this, if (and only if) LDAP auth is used
#ldapjicofoauth: XMPP
logLevel: "info"
hideWelcomePage: true
# Remove following # to use different stun servers
# stun:
# server: stun.stunprotocol.org:3478, stun.services.mozilla.com:3478