17 lines
432 B
YAML
17 lines
432 B
YAML
|
clusterDomain: c2.k8s.ooo
|
||
|
email: technik@ungleich.ch
|
||
|
letsencryptStaging: "yes"
|
||
|
|
||
|
# This is how the service and the data volumes are named - i.e. the
|
||
|
# persistent thing
|
||
|
identifier: "{{ .Release.Name }}"
|
||
|
fqdn: "{{ .Release.Name }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}"
|
||
|
|
||
|
# This needs delegation / configuration on fn.nf
|
||
|
server_name: "fn.nf"
|
||
|
|
||
|
# Full URL
|
||
|
web_client_location: "https://TBD"
|
||
|
|
||
|
enable_registration: false
|