15 lines
388 B
YAML
15 lines
388 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-applicationset-ingress
|
|
namespace: argocd
|
|
spec:
|
|
description: Allow access from the ingress controller
|
|
endpointSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/component: applicationset-controller
|
|
ingress:
|
|
- fromEndpoints:
|
|
- matchLabels:
|
|
io.kubernetes.pod.namespace: ingress-nginx
|