allow all ingress
This commit is contained in:
+1
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user