Skip to content

Instantly share code, notes, and snippets.

@dio
Created September 21, 2021 03:14
Show Gist options
  • Save dio/8c53820e344868a13211c1a24a9d0aac to your computer and use it in GitHub Desktop.
Save dio/8c53820e344868a13211c1a24a9d0aac to your computer and use it in GitHub Desktop.
{
"proxyListenPort": 15001,
"connectTimeout": "10s",
"protocolDetectionTimeout": "0s",
"ingressClass": "istio",
"ingressService": "istio-ingressgateway",
"ingressControllerMode": "STRICT",
"enableTracing": true,
"accessLogFile": "/dev/stdout",
"defaultConfig": {
"configPath": "./etc/istio/proxy",
"binaryPath": "/usr/local/bin/envoy",
"serviceCluster": "istio-proxy",
"drainDuration": "45s",
"parentShutdownDuration": "60s",
"discoveryAddress": "localhost:15010",
"proxyAdminPort": 15000,
"statNameLength": 189,
"concurrency": 2,
"tracing": {
"zipkin": {
"address": "zipkin.istio-system:9411"
}
},
"sds": {
},
"statusPort": 15020,
"terminationDrainDuration": "5s"
},
"outboundTrafficPolicy": {
"mode": "ALLOW_ANY"
},
"configSources": [{
"address": "fs:///home/dio/tetrate/local-pilot/config"
}],
"enableAutoMtls": false,
"trustDomain": "cluster.local",
"trustDomainAliases": [],
"defaultServiceExportTo": [
"*"
],
"defaultVirtualServiceExportTo": [
"*"
],
"defaultDestinationRuleExportTo": [
"*"
],
"rootNamespace": "istio-system",
"localityLbSetting": {
"enabled": true
},
"dnsRefreshRate": "5s",
"certificates": [],
"thriftConfig": {
},
"serviceSettings": [],
"extensionProviders": [{
"name": "envoy",
"envoyFileAccessLog": {
"path": "/dev/stdout"
}
}],
"defaultProviders": {
"accessLogging": [
"envoy"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment