UNCLASSIFIED - NO CUI

Skip to content

feat: Adding Network Policy Templates

Ryan Garcia requested to merge network-policies into main

Adding the following network policies which are conditional based on the networkPolicies.enabled value.

  • Default deny any egress/ingress.
  • Allow egress to all namespaces (for kube-dns and kube-api).
  • Allow ingress from app=prometheus selector (for prometheus scraping).

Merge request reports