17 lines
403 B
YAML
17 lines
403 B
YAML
{{- if .Values.clusterConfig.cilium.enabled }}
|
|
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
|
|
{{- end }}
|