mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
fix cilium kubeProxyReplacement (#336)
This PR fixes regression introduced by https://github.com/aenix-io/cozystack/pull/322 Tenant clusters have `kubeProxyReplacement` disabled, must be enabled
This commit is contained in:
@@ -2,7 +2,6 @@ cilium:
|
||||
sctp:
|
||||
enabled: true
|
||||
autoDirectNodeRoutes: false
|
||||
kubeProxyReplacement: true
|
||||
bpf:
|
||||
masquerade: false
|
||||
cni:
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
cilium:
|
||||
kubeProxyReplacement: true
|
||||
hubble:
|
||||
enabled: false
|
||||
externalIPs:
|
||||
|
||||
Reference in New Issue
Block a user