Add flow-0.8.4 and update documentation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user