chore: go back to hostpath for radarr mount

This commit is contained in:
SeanOMik 2024-10-14 19:24:55 -04:00
parent c9c1a8765f
commit 4521ee7074
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
2 changed files with 7 additions and 7 deletions

View File

@ -90,9 +90,9 @@ spec:
persistence: persistence:
config: config:
#type: hostPath type: hostPath
#hostPath: /mnt/MainPool/Kubernetes/radarr hostPath: /mnt/MainPool/Kubernetes/radarr
existingClaim: radarr #existingClaim: radarr
globalMounts: globalMounts:
- path: /config - path: /config
# main: # controller name # main: # controller name

View File

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