fnux-playground: add configuration for ldap1.fnux-playground deployment
This commit is contained in:
parent
68bbbba0df
commit
36f37753a7
2 changed files with 7 additions and 1 deletions
|
@ -8,7 +8,7 @@ Simple chart based on [Osixia's OpenLDAP
|
|||
image](https://github.com/osixia/docker-openldap).
|
||||
|
||||
```
|
||||
helm install ldap1 ./openldap
|
||||
helm install ldap1 ./openldap -f ldap1.fnux-playground.yaml
|
||||
```
|
||||
|
||||
## Matrix Synapse
|
||||
|
|
6
apps/fnux-playground/ldap1.fnux-playground.yaml
Normal file
6
apps/fnux-playground/ldap1.fnux-playground.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
clusterDomain: "c1.k8s.ooo"
|
||||
|
||||
# See https://www.openldap.org/doc/admin24/slapdconf2.html section 5.2.1.2;
|
||||
ldapLogLevel: "256"
|
||||
ldapOrganisation: "ungleich glarus ag"
|
||||
ldapDomain: "ungleich.ch"
|
Loading…
Reference in a new issue