Skip to content

Commit b62ce69

Browse files
committed
fix(cilium): set masquerade: false because of timeouts
siderolabs/talos#8836 siderolabs/talos#9157
1 parent b161a5a commit b62ce69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest_cilium.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ data "helm_template" "cilium_default" {
3030
}
3131
set {
3232
name = "bpf.masquerade"
33-
value = "true"
33+
value = "false"
3434
}
3535
set {
3636
name = "loadBalancer.acceleration"

0 commit comments

Comments
 (0)