This commit is contained in:
2026-01-16 11:49:18 +01:00
parent 5128fc7380
commit c964dfb82a
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ homarr:
# -- homarr-database mount path inside the pod
mountPath: "/appdata"
# -- homarr-database optional volumeClaimName to target specific PV
volumeClaimName: "homarr-database"
volumeClaimName: ""
# Configuration pour le chart homarr (référence au secret créé par le template)
envSecrets:

View File

@@ -12,7 +12,7 @@ parameters:
# Les volumes créés avec cette StorageClass auront automatiquement :
# - backup-daily (groupe "backup")
# - backup-weekly (groupe "backup")
# - snapshot-4h (groupe "snapshot")
# - snapshot-1h (groupe "snapshot")
recurringJobSelector: '[{"name":"group-backup","isGroup":true},{"name":"group-snapshot","isGroup":true}]'
allowVolumeExpansion: true
volumeBindingMode: Immediate