From 124b797e1a510dc480856967ffa7d10567fe102d Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 4 Apr 2023 02:21:11 -0400 Subject: [PATCH] Remove that media policy --- cluster/apps/media/network_policy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/media/network_policy.yaml b/cluster/apps/media/network_policy.yaml index 447b109..526101d 100644 --- a/cluster/apps/media/network_policy.yaml +++ b/cluster/apps/media/network_policy.yaml @@ -12,6 +12,6 @@ spec: - podSelector: {} # Allow all pods with this label - - podSelector: - matchLabels: - needsMedia: 'yes' \ No newline at end of file +# - podSelector: +# matchLabels: +# needsMedia: 'yes' \ No newline at end of file