You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/localstack/values.yaml
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,8 +135,14 @@ service:
135
135
## has to be in the node port range configured. See https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
136
136
# nodePortStart: 31510
137
137
## @param service.dnsService Enables or disables the exposure of the LocalStack DNS
138
+
## see https://docs.localstack.cloud/aws/tooling/dns-server/#system-dns-configuration
139
+
## for more information on how to configure LocalStack DNS on your system
138
140
##
139
-
dnsService: false
141
+
dnsService:
142
+
enabled: false
143
+
## @param service.dnsService.nodePort specifies the nodePort to map the DNS service to
144
+
##
145
+
nodePort: 31053
140
146
## @param service.clusterIP sets a static clusterIP. This is useful alongside the LocalStack DNS setup
141
147
## see https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/#configuration-of-stub-domain-and-upstream-nameserver-using-coredns for an example of DNS delegation in Coredns
0 commit comments