File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
charts/meowhq-istio/examples Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments