linkerd2/cni-plugin/deployment/linkerd-cni.conf.default

24 lines
793 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__,
"use-wait-flag": __USE_WAIT_FLAG__
}
}