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