fix(atlantis): Allow kubectl-cnpg status
This commit is contained in:
+6
-4
@@ -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:
|
||||||
Reference in New Issue
Block a user