Skip to content

Commit 14e816b

Browse files
committed
[skip ci] chore: update example doc
1 parent c2130f3 commit 14e816b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

charts/meowhq-istio/examples/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ istiod:
4343
multiCluster:
4444
enabled: true
4545
clusterName: "cluster1"
46+
meshConfig:
47+
defaultConfig:
48+
proxyMetadata:
49+
# Enable basic DNS proxying
50+
ISTIO_META_DNS_CAPTURE: "true"
51+
# Enable automatic address allocation, optional
52+
ISTIO_META_DNS_AUTO_ALLOCATE: "true"
4653
pilot:
4754
env:
4855
ENABLE_CA_SERVER: false
@@ -75,6 +82,13 @@ istiod:
7582
enabled: true
7683
clusterName: "cluster1"
7784
externalIstiod: true
85+
meshConfig:
86+
defaultConfig:
87+
proxyMetadata:
88+
# Enable basic DNS proxying
89+
ISTIO_META_DNS_CAPTURE: "true"
90+
# Enable automatic address allocation, optional
91+
ISTIO_META_DNS_AUTO_ALLOCATE: "true"
7892
pilot:
7993
env:
8094
ENABLE_CA_SERVER: false

0 commit comments

Comments
 (0)