From 03d54588ea93f821f2fc97488a9c5650394264c3 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 12 Apr 2023 01:39:31 -0400 Subject: [PATCH] Include tools stuff --- cluster/apps/kustomization.yaml | 3 ++- cluster/apps/tools/network_policy.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cluster/apps/kustomization.yaml b/cluster/apps/kustomization.yaml index 31ccc57..31d3000 100644 --- a/cluster/apps/kustomization.yaml +++ b/cluster/apps/kustomization.yaml @@ -5,4 +5,5 @@ resources: - ./authentik - ./media - ./download -- ./management \ No newline at end of file +- ./management +- ./tools \ No newline at end of file diff --git a/cluster/apps/tools/network_policy.yaml b/cluster/apps/tools/network_policy.yaml index 11f5308..e872d3c 100644 --- a/cluster/apps/tools/network_policy.yaml +++ b/cluster/apps/tools/network_policy.yaml @@ -11,7 +11,7 @@ spec: # Allow all pods in this namespace - namespaceSelector: matchLabels: - name: "media" + name: "tools" # - podSelector: {} # Allow traefik pods