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