Skip to content

Commit 9107c52

Browse files
Use single nodePort for DNS
1 parent 4c57900 commit 9107c52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

localstack-core/localstack/dev/kubernetes/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,7 @@ def generate_k8s_helm_overrides(
305305
},
306306
"dnsService": {
307307
"enabled": True,
308-
"nodePortTcp": EDGE_SERVICE_DNS_PORT,
309-
"nodePortUdp": EDGE_SERVICE_DNS_PORT,
308+
"nodePort": EDGE_SERVICE_DNS_PORT,
310309
},
311310
}
312311
overrides = {

0 commit comments

Comments
 (0)