Skip to content

Commit

Permalink
set bpf.masquerade to true
Browse files Browse the repository at this point in the history
slowly making changes to network settings to try and get pod-gateway working
  • Loading branch information
jgilfoil committed Feb 28, 2024
1 parent 48d72c4 commit d48643a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/kube-system/cilium/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
bgpControlPlane:
enabled: true
bpf:
masquerade: false
masquerade: true
cgroup:
automount:
enabled: false
Expand Down

0 comments on commit d48643a

Please sign in to comment.