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