etherpad: cleanup
This commit is contained in:
parent
b3f8e33212
commit
c91efa5d50
1 changed files with 1 additions and 6 deletions
|
@ -1,10 +1,5 @@
|
|||
#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 }}"
|
||||
fqdn: "tpl {{ .Values.identifier }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}"
|
||||
|
|
Loading…
Reference in a new issue