mirror of https://github.com/linkerd/linkerd2.git
21 lines
616 B
YAML
21 lines
616 B
YAML
namespace: linkerd-cni
|
|
cniResourceAnnotation: linkerd.io/cni-resource
|
|
inboundProxyPort: 4143
|
|
outboundProxyPort: 4140
|
|
ignoreInboundPorts: ""
|
|
ignoreOutboundPorts: ""
|
|
createdByAnnotation: linkerd.io/created-by
|
|
cniPluginImage: "gcr.io/linkerd-io/cni-plugin"
|
|
cniPluginVersion: edge-20.2.1
|
|
logLevel: info
|
|
portsToRedirect: ""
|
|
proxyUID: 2102
|
|
destCNINetDir: "/etc/cni/net.d"
|
|
destCNIBinDir: "/opt/cni/bin"
|
|
useWaitFlag: false
|
|
|
|
# namespace annotation and labels - do not edit
|
|
proxyInjectAnnotation: linkerd.io/inject
|
|
proxyInjectDisabled: disabled
|
|
linkerdNamespaceLabel: linkerd.io/is-control-plane
|