refactor(cilium): disable envoy proxy (l7Proxy=false)
This commit is contained in:
parent
27249f7ede
commit
d2d8efc00f
2 changed files with 9 additions and 0 deletions
|
|
@ -31,3 +31,6 @@ spec:
|
|||
kubeProxyReplacement: true
|
||||
k8sServiceHost: "172.16.1.1" # internal IP (Hetzner Cloud Network)
|
||||
k8sServicePort: "6443"
|
||||
|
||||
# Disable Envoy proxy
|
||||
l7Proxy: false
|
||||
|
|
|
|||
Reference in a new issue