chore: go back to hostpath for radarr mount
This commit is contained in:
parent
c9c1a8765f
commit
4521ee7074
|
@ -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
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in New Issue