++ fqdn fix

This commit is contained in:
Nico Schottelius 2021-07-01 14:31:28 +02:00
parent a5154fc6fd
commit ba70fa804a
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ data:
listen 443 ssl;
listen [::]:443 ssl;
server_name {{ .Release.Name }}-{{ .Values.serviceName }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }};
server_name {{ tpl .Values.fqdn . }};
ssl_certificate /etc/letsencrypt/live/{{ tpl .Values.fqdn . }}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/{{ tpl .Values.fqdn . }}/privkey.pem;