Skip to content

Commit

Permalink
Merge pull request #1109 from porter-dev/rudimk/worker-edns-support
Browse files Browse the repository at this point in the history
Enabled EDNS by default for worker apps.
  • Loading branch information
rudimk authored Jan 1, 2024
2 parents 7fc87bc + 7623598 commit fb02412
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion applications/worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ cloudsql:
hostAliases: []

# Set this for enabling DNS extensions over TCP
enableEDNS0: false
# We enable this by default.
enableEDNS0: true

nodeSelector: {}

Expand Down

0 comments on commit fb02412

Please sign in to comment.