Skip to content

Commit

Permalink
Add port 53
Browse files Browse the repository at this point in the history
  • Loading branch information
cabeaulac committed Jan 10, 2024
1 parent 67c111b commit 6a09059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/localstack/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ spec:
containerPort: {{ . }}
protocol: TCP
{{- end }}
{{- if .Values.service.dnsService }}
- name: dns-svc
containerPort: 53
{{- end }}
livenessProbe:
{{- toYaml .Values.livenessProbe | nindent 12 }}
httpGet:
Expand Down
1 change: 1 addition & 0 deletions charts/localstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ service:
externalServicePorts:
start: 4510
end: 4560
# dnsService: true

ingress:
enabled: false
Expand Down

0 comments on commit 6a09059

Please sign in to comment.