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
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.3.0] - 2024-11-21
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Disable Cilium Envoy (`l7Proxy=false`)
|
||||||
|
|
||||||
## [0.2.0] - 2024-11-20
|
## [0.2.0] - 2024-11-20
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -31,3 +31,6 @@ spec:
|
||||||
kubeProxyReplacement: true
|
kubeProxyReplacement: true
|
||||||
k8sServiceHost: "172.16.1.1" # internal IP (Hetzner Cloud Network)
|
k8sServiceHost: "172.16.1.1" # internal IP (Hetzner Cloud Network)
|
||||||
k8sServicePort: "6443"
|
k8sServicePort: "6443"
|
||||||
|
|
||||||
|
# Disable Envoy proxy
|
||||||
|
l7Proxy: false
|
||||||
|
|
|
||||||
Reference in a new issue