fix(atlantis): Allow kubectl-cnpg status

This commit is contained in:
2025-11-17 15:23:42 +01:00
parent 8503cc80c6
commit bf0705b516
@@ -2,13 +2,15 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-world
name: allow-cnpg-status
namespace: {{ .Release.Namespace }}
spec:
egress:
- toPorts:
ingress:
- fromEntities:
- remote-node
fromPorts:
- ports:
- port: "6379"
- port: "8080"
protocol: TCP
endpointSelector:
matchLabels: