From 8cdf3f3df694ea611a33f55cb04bf78e3b45c8e0 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 11 Apr 2023 01:19:28 -0400 Subject: [PATCH] Add media namespace selector in authentik --- cluster/apps/authentik/network_policy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cluster/apps/authentik/network_policy.yaml b/cluster/apps/authentik/network_policy.yaml index b9bad9a..1ffe177 100644 --- a/cluster/apps/authentik/network_policy.yaml +++ b/cluster/apps/authentik/network_policy.yaml @@ -24,6 +24,10 @@ spec: matchLabels: name: "database" + - namespaceSelector: + matchLabels: + name: "media" + # Allow all pods with this label - podSelector: matchLabels: