1{
2    "istio/mesh/v1alpha1/MeshConfig": [
3        {
4            "TypeURL": "type.googleapis.com/istio.mesh.v1alpha1.MeshConfig",
5            "Metadata": {
6                "name": "istio-system/meshconfig"
7            },
8            "Body": {
9                "accessLogFile": "/dev/stdout",
10                "connectTimeout": {
11                    "seconds": 10
12                },
13                "defaultConfig": {
14                  "binaryPath": "/usr/local/bin/envoy",
15                  "configPath": "./etc/istio/proxy",
16                  "discoveryAddress": "istio-pilot:15010",
17                  "drainDuration": {
18                    "seconds": 45
19                  },
20                  "envoyAccessLogService": {},
21                  "envoyMetricsService": {},
22                  "parentShutdownDuration": {
23                    "seconds": 60
24                  },
25                  "proxyAdminPort": 15000,
26                  "serviceCluster": "istio-proxy",
27                  "statNameLength": 189,
28                  "statusPort": 15020
29                },
30                "defaultDestinationRuleExportTo": [
31                  "*"
32                ],
33                "defaultServiceExportTo": [
34                  "*"
35                ],
36                "defaultVirtualServiceExportTo": [
37                  "*"
38                ],
39                "disablePolicyChecks": true,
40                "dnsRefreshRate": {
41                  "seconds": 5
42                },
43                "enableAutoMtls": {},
44                "enableTracing": true,
45                "ingressClass": "istio",
46                "ingressControllerMode": 3,
47                "ingressService": "istio-ingressgateway",
48                "localityLbSetting": {},
49                "outboundTrafficPolicy": {
50                    "mode": 1
51                },
52                "protocolDetectionTimeout": {
53                  "nanos": 100000000
54                },
55                "proxyListenPort": 15001,
56                "reportBatchMaxEntries": 100,
57                "reportBatchMaxTime": {
58                  "seconds": 1
59                },
60                "rootNamespace": "istio-system",
61                "thriftConfig":{},
62                "trustDomain": "cluster.local"
63            }
64        }
65    ]
66}
67