9 lines
317 B
YAML
9 lines
317 B
YAML
clusterDomain: c2.k8s.ooo
|
|
email: technik@ungleich.ch
|
|
|
|
# Change to "no" to get a production certificate
|
|
letsencryptStaging: "yes"
|
|
|
|
# This is how the service and the data volumes are named - i.e. the
|
|
identifier: "{{ .Release.Name }}"
|
|
fqdn: "{{ .Release.Name }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}"
|