From 2fedd61810ad418c7552077fa64325f107798ec4 Mon Sep 17 00:00:00 2001 From: "Bradon Kanyid (rattboi)" Date: Thu, 16 May 2024 16:02:49 +0000 Subject: [PATCH] Add missing service ports for DNS --- charts/localstack/templates/service.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/localstack/templates/service.yaml b/charts/localstack/templates/service.yaml index 98bec35..52c2d3a 100644 --- a/charts/localstack/templates/service.yaml +++ b/charts/localstack/templates/service.yaml @@ -39,9 +39,11 @@ spec: {{- end }} {{- if .Values.service.dnsService }} - name: dns-tcp + port: 53 containerPort: 53 protocol: TCP - name: dns-udp + port: 53 containerPort: 53 protocol: UDP {{- end }}