Skip to content

Commit

Permalink
🐛 cilium helm chart updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiljha committed Apr 24, 2024
1 parent 9077d25 commit 53a5ec8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/cilium.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def objects():
"requireIPv4PodCIDR": True,
"requireIPv6PodCIDR": True,
},
# "bpf": {
# "masquerade": True,
# },
"tunnel": "disabled",
"bpf": {
"masquerade": True,
},
"routingMode": "native",
"autoDirectNodeRoutes": True,
"loadBalancer": {
"mode": "hybrid",
Expand Down

0 comments on commit 53a5ec8

Please sign in to comment.