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