13 lines
437 B
YAML
13 lines
437 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
metadata:
|
|
name: network-policies
|
|
|
|
resources:
|
|
# NOTE: global-default-networkpolicy.yaml and global-project-networkpolicy.yaml
|
|
# are excluded for now as they have overlapping/conflicting policies.
|
|
# Mailu's Helm chart manages its own network policies.
|
|
# Only including specific policies needed for cross-service communication.
|
|
- allow-notification-to-mailu.yaml
|