update
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user