linkerd2/controller/api/public/testdata/proxy.conf.json

45 lines
839 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": [
{
"portRange": "123"
}
],
"inboundPort": {
"port": 4143
},
"adminPort": {
"port": 4191
},
"outboundPort": {
"port": 4140
},
"resource": {
"requestCpu": "",
"requestMemory": "",
"limitCpu": "",
"limitMemory": ""
},
"proxyUid": "2102",
"logLevel": {
"level": "warn,linkerd=info"
},
"disableExternalProfiles": false,
"debugImage": {
"imageName": "gcr.io/linkerd-io/debug",
"pullPolicy": "IfNotPresent"
},
"debugImageVersion": "test-debug-version"
}