add storageclass

This commit is contained in:
2026-01-14 23:54:24 +01:00
parent 639a14aaf2
commit c2787eafbb
2 changed files with 20 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ homarr:
name: "homarr-database"
# -- homarr-database storage class name
# Utilisation de Longhorn au lieu de local-path (qui n'existe pas)
storageClassName: "longhorn"
storageClassName: "longhorn-backup"
# -- homarr-database access mode
accessMode: "ReadWriteOnce"
# -- homarr-database storage size
@@ -36,10 +36,6 @@ homarr:
mountPath: "/appdata"
# -- homarr-database optional volumeClaimName to target specific PV
volumeClaimName: ""
# -- Labels à appliquer au PVC
labels: {
backup_daily: "true"
}
# Configuration pour le chart homarr (référence au secret créé par le template)
envSecrets: