Advertisement
SimpleCookie

Untitled

Jan 16th, 2024
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. apiVersion: networking.k8s.io/v1
  2. kind: NetworkPolicy
  3. metadata:
  4. name: prometheus-network-policy
  5. namespace: your-namespace
  6. spec:
  7. podSelector:
  8. matchLabels:
  9. app: prometheus
  10. ingress:
  11. - from:
  12. - podSelector:
  13. matchLabels:
  14. app: your-target-app
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement