From e6b6208876332858b7ddb98750527c7b58361525 Mon Sep 17 00:00:00 2001 From: Sebastian Eriksson Date: Sun, 19 Jan 2025 19:34:06 +0100 Subject: [PATCH] internal allow all fr now --- policies/internal-policy.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/policies/internal-policy.yaml b/policies/internal-policy.yaml index c1cc333..daef3d7 100644 --- a/policies/internal-policy.yaml +++ b/policies/internal-policy.yaml @@ -10,11 +10,12 @@ spec: policyTypes: - Ingress ingress: - - from: - - ipBlock: - cidr: 192.168.0.0/16 - ports: - - protocol: TCP - port: 80 - - protocol: TCP - port: 443 + - {} + # - from: + # - ipBlock: + # cidr: 192.168.0.0/16 + # ports: + # - protocol: TCP + # port: 80 + # - protocol: TCP + # port: 443