Add flow-0.8.4 and update documentation

This commit is contained in:
Gitea Actions
2025-12-23 13:48:25 +00:00
parent 118e79623b
commit 3ee91883f8
3 changed files with 71 additions and 11 deletions

View File

@@ -1248,6 +1248,18 @@ networkPolicy:
# namespace-based selectors don't work in your CNI.
allowAllNamespacesEgress: false
# -- Allow all egress (fully permissive egress)
# When true, adds a rule that allows all egress traffic (equivalent to "- {}")
# Use this if specific egress rules are not working with your CNI.
# This still provides ingress control while allowing unrestricted outbound traffic.
allowAllEgress: false
# -- Control egress in network policies
# When false, network policies only control ingress (egress is unrestricted)
# When true, network policies also control egress with explicit allow rules
# Set to false if egress rules are blocking infrastructure connections
controlEgress: true
# -- Additional ingress rules for all application pods
additionalIngressRules: []
# - from: