10 lines
357 B
YAML
10 lines
357 B
YAML
#serviceName: pad
|
|
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: "{{ .Chart.Name }}-{{ .Release.Name }}"
|
|
identifier: "{{ .Release.Name }}"
|
|
fqdn: "{{ .Release.Name }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}"
|