homarr add persistence volume
This commit is contained in:
@@ -20,6 +20,22 @@ homarr:
|
|||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
homarrDatabase:
|
||||||
|
enabled: true
|
||||||
|
# -- homarr-database persistent storage name
|
||||||
|
name: "homarr-database"
|
||||||
|
# -- homarr-database storage class name
|
||||||
|
storageClassName: "local-path"
|
||||||
|
# -- homarr-database access mode
|
||||||
|
accessMode: "ReadWriteOnce"
|
||||||
|
# -- homarr-database storage size
|
||||||
|
size: "50Mi"
|
||||||
|
# -- homarr-database mount path inside the pod
|
||||||
|
mountPath: "/appdata"
|
||||||
|
# -- homarr-database optional volumeClaimName to target specific PV
|
||||||
|
volumeClaimName: ""
|
||||||
|
|
||||||
# Configuration pour le chart homarr (référence au secret créé par le template)
|
# Configuration pour le chart homarr (référence au secret créé par le template)
|
||||||
envSecrets:
|
envSecrets:
|
||||||
dbEncryption:
|
dbEncryption:
|
||||||
|
|||||||
Reference in New Issue
Block a user