chore(radarr): remove volsync backups since they wont be needed

This commit is contained in:
SeanOMik 2024-10-14 21:37:27 -04:00
parent 849f6d4ca9
commit da70341ab2
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
2 changed files with 14 additions and 3 deletions

View File

@ -1,9 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./backup-creds.sops.yaml
- ./minio-creds.sops.yaml
- ../../../../../common/templates/volsync
#- ./backup-creds.sops.yaml
#- ./minio-creds.sops.yaml
#- ../../../../../common/templates/volsync
- ./pvc.yaml
- ./secret.sops.yaml
- ./helm-release.yaml
- ./radarr-exportarr-metrics.yaml

View File

@ -0,0 +1,10 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: radarr
spec:
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 15Gi
storageClassName: openebs-zfs-mainpool