opened ports

This commit is contained in:
2025-09-13 13:40:32 -04:00
parent 4e127f663b
commit 45ad5f5901
7 changed files with 66 additions and 6 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata: { name: default-deny-all, namespace: ai }
metadata:
name: default-deny-all
namespace: ai
spec:
podSelector: {}
podSelector: {} # die
policyTypes: ["Ingress", "Egress"]