Files
manifests/apps/charts/sys-cilium-policies/templates/argocd/CiliumNetworkPolicy-allow-prometheus-metrics-rollout.yaml
T
2025-05-06 16:00:57 +02:00

19 lines
461 B
YAML

apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-prometheus-metrics-rollout
namespace: argocd
spec:
description: Allow access to the Prometheus metrics
endpointSelector:
matchLabels:
app.kubernetes.io/instance: argo-rollouts
ingress:
- fromEndpoints:
- matchLabels:
io.kubernetes.pod.namespace: prometheus
toPorts:
- ports:
- port: "8090"
protocol: TCP