Skip to content

Commit 53a5ec8

Browse files
committed
🐛 cilium helm chart updates
1 parent 9077d25 commit 53a5ec8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: apps/cilium.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ def objects():
2323
"requireIPv4PodCIDR": True,
2424
"requireIPv6PodCIDR": True,
2525
},
26-
# "bpf": {
27-
# "masquerade": True,
28-
# },
29-
"tunnel": "disabled",
26+
"bpf": {
27+
"masquerade": True,
28+
},
29+
"routingMode": "native",
3030
"autoDirectNodeRoutes": True,
3131
"loadBalancer": {
3232
"mode": "hybrid",

0 commit comments

Comments
 (0)