added individual kustomization files for arr apps

This commit is contained in:
JethroC Admin 2026-03-11 17:57:55 +13:00
parent d6122a290e
commit 89a008e0c3
6 changed files with 47 additions and 1 deletions

View file

@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- jellyfin-namespace.yaml
- jellyfin-ingress.yaml
- jellyfin-service.yaml
- jellyfin-pvc.yaml
- jellyfin-deployment.yaml

View file

@ -3,3 +3,9 @@ kind: Kustomization
resources: resources:
- homarr - homarr
- jellyfin
- mediapvs
- prowlarr
- qbittorrent
- radarr
- sonarr

View file

@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- prowlarr-namespace.yaml
- prowlarr-ingress.yaml
- prowlarr-service.yaml
- prowlarr-pvc.yaml
- prowlarr-config.yaml

View file

@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- qbittorrent-namespace.yaml
- qbittorrent-ingress.yaml
- qbittorrent-service.yaml
- qbittorrent-pvc.yaml
- qbittorrent-deployment.yaml

View file

@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- radarr-namespace.yaml
- radarr-ingress.yaml
- radarr-service.yaml
- radarr-pvc.yaml
- radarr-deployment.yaml

View file

@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- sonarr-namespace.yaml
- sonarr-ingress.yaml
- sonarr-service.yaml
- sonarr-pvc.yaml
- sonarr-deployment.yaml