15 lines
345 B
YAML
15 lines
345 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-robusta-ingress
|
|
namespace: prometheus
|
|
spec:
|
|
description: Allow Robusta ingress
|
|
endpointSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: prom-prometheus
|
|
ingress:
|
|
- fromEndpoints:
|
|
- matchLabels:
|
|
io.kubernetes.pod.namespace: robusta
|