14 lines
297 B
YAML
14 lines
297 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-remote-node-to-webhook
|
|
namespace: prometheus
|
|
spec:
|
|
description: Allow Remote Web Hook
|
|
endpointSelector:
|
|
matchLabels:
|
|
app: kube-prometheus-stack-operator
|
|
ingress:
|
|
- fromEntities:
|
|
- remote-node
|