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 apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy kind: CiliumNetworkPolicy
metadata: metadata:
name: allow-world name: allow-cnpg-status
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
spec: spec:
egress: ingress:
- toPorts: - fromEntities:
- remote-node
fromPorts:
- ports: - ports:
- port: "6379" - port: "8080"
protocol: TCP protocol: TCP
endpointSelector: endpointSelector:
matchLabels: matchLabels: