Skip to content

Commit

Permalink
Add missing service ports for DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
rattboi committed May 16, 2024
1 parent d3b9229 commit 2fedd61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/localstack/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2fedd61

Please sign in to comment.