mirror of https://github.com/linkerd/linkerd2.git
22 lines
748 B
Plaintext
22 lines
748 B
Plaintext
{
|
|
"name": "linkerd-cni",
|
|
"type": "linkerd-cni",
|
|
"log_level": "__LOG_LEVEL__",
|
|
"policy": {
|
|
"type": "k8s",
|
|
"k8s_api_root": "https://__KUBERNETES_SERVICE_HOST__:__KUBERNETES_SERVICE_PORT__",
|
|
"k8s_auth_token": "__SERVICEACCOUNT_TOKEN__"
|
|
},
|
|
"kubernetes": {
|
|
"kubeconfig": "__KUBECONFIG_FILEPATH__"
|
|
},
|
|
"linkerd": {
|
|
"incoming-proxy-port": __INCOMING_PROXY_PORT__,
|
|
"outgoing-proxy-port": __OUTGOING_PROXY_PORT__,
|
|
"proxy-uid": __PROXY_UID__,
|
|
"ports-to-redirect": [__PORTS_TO_REDIRECT__],
|
|
"inbound-ports-to-ignore": [__INBOUND_PORTS_TO_IGNORE__],
|
|
"outbound-ports-to-ignore": [__OUTBOUND_PORTS_TO_IGNORE__],
|
|
"simulate": __SIMULATE__
|
|
}
|
|
} |