From dc1e1b6390f57768d53ee168a197e741c9a43ac0 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Fri, 14 Apr 2023 00:31:05 -0400 Subject: [PATCH] Add irc namespace to authentik's 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 1ffe177..91543a3 100644 --- a/cluster/apps/authentik/network_policy.yaml +++ b/cluster/apps/authentik/network_policy.yaml @@ -28,6 +28,10 @@ spec: matchLabels: name: "media" + - namespaceSelector: + matchLabels: + name: "irc" + # Allow all pods with this label - podSelector: matchLabels: