From 2f5e80dd31576f415bd54616d88781633f752a79 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Sat, 17 Jan 2026 12:02:43 -0500 Subject: [PATCH] allow all ingress --- networkpolicy.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/networkpolicy.yaml b/networkpolicy.yaml index 6061237..627ce93 100644 --- a/networkpolicy.yaml +++ b/networkpolicy.yaml @@ -12,16 +12,9 @@ spec: policyTypes: [Ingress, Egress] ingress: - - from: - - namespaceSelector: - matchLabels: - kubernetes.io/metadata.name: irc - - # explicitly allowed home LAN - from: - ipBlock: - cidr: 192.168.195.0/24 - + cidr: 0.0.0.0/0 egress: # namespace-local