mirror of https://github.com/linkerd/linkerd2.git
40 lines
694 B
JSON
40 lines
694 B
JSON
{
|
|
"proxyImage": {
|
|
"imageName": "gcr.io/linkerd-io/proxy",
|
|
"pullPolicy": "IfNotPresent"
|
|
},
|
|
"proxyInitImage": {
|
|
"imageName": "gcr.io/linkerd-io/proxy-init",
|
|
"pullPolicy": "IfNotPresent"
|
|
},
|
|
"controlPort": {
|
|
"port": 4190
|
|
},
|
|
"ignoreInboundPorts": [],
|
|
"ignoreOutboundPorts": [
|
|
{
|
|
"port": 123
|
|
}
|
|
],
|
|
"inboundPort": {
|
|
"port": 4143
|
|
},
|
|
"adminPort": {
|
|
"port": 4191
|
|
},
|
|
"outboundPort": {
|
|
"port": 4140
|
|
},
|
|
"resource": {
|
|
"requestCpu": "",
|
|
"requestMemory": "",
|
|
"limitCpu": "",
|
|
"limitMemory": ""
|
|
},
|
|
"proxyUid": "2102",
|
|
"logLevel": {
|
|
"level": "warn,linkerd2_proxy=info"
|
|
},
|
|
"disableExternalProfiles": false
|
|
}
|