mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
Currently ingress have rule to allow access from outside cluster, but have no rule to access from within cluster. This PR introduces fix for allow ingress access from any namespace by default. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new network policy for managing ingress traffic, enhancing security and traffic management capabilities. - The policy is dynamically configured based on the tenant's settings, allowing for tailored network access. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>