diff --git a/charts/localstack/templates/deployment.yaml b/charts/localstack/templates/deployment.yaml index 3cb1086..f0b40b1 100644 --- a/charts/localstack/templates/deployment.yaml +++ b/charts/localstack/templates/deployment.yaml @@ -66,8 +66,12 @@ spec: protocol: TCP {{- end }} {{- if .Values.service.dnsService }} - - name: dns-svc + - name: dns-svc-tcp containerPort: 53 + protocol: TCP + - name: dns-svc-udp + containerPort: 53 + protocol: UDP {{- end }} livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }}