From 8b96a73ec4d665d444aaf59e1ff0bb08ae779374 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 9 Apr 2023 21:05:34 -0400 Subject: [PATCH] Add namespace selector to authentik network policy --- 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: