Update _blockyConfig.tpl

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2024-03-22 10:14:43 +01:00 committed by GitHub
parent 26e53ffe94
commit 8992ae68cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ upstream:
{{- $value.dnsservers | toYaml | nindent 8 }}
{{- end }}
upstreamTimeout: {{ .Values.upstreamTimeout | default "1s" }}
ports:
{{- if .Values.service.dns.enabled }}
dns: {{ .Values.service.dns.ports.dns.targetPort }}