Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apiVersion: networking.k8s.io/v1
- kind: NetworkPolicy
- metadata:
- name: prometheus-network-policy
- namespace: your-namespace
- spec:
- podSelector:
- matchLabels:
- app: prometheus
- ingress:
- - from:
- - podSelector:
- matchLabels:
- app: your-target-app
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement