From 237ac7cf41480438ecfec21939194f1aaf3e09d6 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 5 Mar 2024 23:06:21 +0100 Subject: [PATCH] Update _blockyConfig.tpl Signed-off-by: Kjeld Schouten --- charts/enterprise/blocky/templates/_blockyConfig.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/enterprise/blocky/templates/_blockyConfig.tpl b/charts/enterprise/blocky/templates/_blockyConfig.tpl index 66f8f78e96d..594bb629988 100644 --- a/charts/enterprise/blocky/templates/_blockyConfig.tpl +++ b/charts/enterprise/blocky/templates/_blockyConfig.tpl @@ -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 }}