Skip to content

Commit

Permalink
Support exposing DNS UDP for service
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Dec 16, 2024
1 parent a663152 commit 8a3b098
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/localstack/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8a3b098

Please sign in to comment.