14 lines
277 B
YAML
14 lines
277 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-alerting
|
|
namespace: prometheus
|
|
spec:
|
|
description: Allow alerting
|
|
egress:
|
|
- toEntities:
|
|
- world
|
|
endpointSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/instance: prom-alertmanager
|