remove useless policy

This commit is contained in:
2025-03-19 22:28:16 +01:00
parent fd890b6042
commit 012f70811f
2 changed files with 0 additions and 20 deletions

View File

@@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- networkpolicy.yaml
- radarr-config-pvc.yaml
- sonarr-config-pvc.yaml
- sonarr-deploy.yaml

View File

@@ -1,19 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-arrs-external
namespace: jellyfin
spec:
podSelector:
matchExpressions:
- key: app
operator: In
values:
- radarr
- sonarr
policyTypes:
- Egress
egress:
- to:
- ipBlock:
cidr: 0.0.0.0/0