chore(kapowarr): use hostpath for config storage
This commit is contained in:
parent
f6a2c8c0f5
commit
e50ce4efe7
|
@ -64,10 +64,7 @@ spec:
|
||||||
- path: /storage
|
- path: /storage
|
||||||
|
|
||||||
config:
|
config:
|
||||||
type: persistentVolumeClaim
|
type: hostPath
|
||||||
size: 1Gi
|
hostPath: /mnt/MainPool/Kubernetes/kapowarr
|
||||||
storageClass: openebs-hostpath
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
nameOverride: kapowarr
|
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /app/db
|
- path: /app/db
|
Loading…
Reference in New Issue