Update _blockyConfig.tpl

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2024-03-05 23:06:21 +01:00 committed by GitHub
parent 5d2de63e4c
commit 237ac7cf41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ upstream:
{{- end }}
ports:
{{- if .Values.service.dnsudp.enabled }}
dns: {{ .Values.service.dnsudp.ports.dnsudp.targetPort }}
{{- if .Values.service.dns.enabled }}
dns: {{ .Values.service.dns.ports.dnsudp.targetPort }}
{{- end }}
{{- if .Values.service.dot.enabled }}
tls: {{ .Values.service.dot.ports.dot.targetPort }}