14 lines
538 B
YAML
14 lines
538 B
YAML
clusterDomain: "c1.k8s.ooo"
|
|
fqdn: "{{ .Release.Name }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}"
|
|
identifier: "{{ .Release.Name }}"
|
|
|
|
# See https://www.openldap.org/doc/admin24/slapdconf2.html section 5.2.1.2;
|
|
ldapLogLevel: "256"
|
|
ldapOrganisation: "ungleich glarus ag"
|
|
ldapDomain: "{{ tpl .Values.fqdn . }}"
|
|
ldapAdminPasswordSecretRef: "{{ tpl .Values.identifier . }}-openldap"
|
|
ldapAdminPasswordSecretKey: "LDAP_ADMIN_PASSWORD"
|
|
|
|
# TLS certificate generation.
|
|
letsencryptEmail: "technik@ungleich.ch"
|
|
letsencryptStaging: "no"
|