update
This commit is contained in:
@@ -35,7 +35,7 @@ homarr:
|
|||||||
# -- homarr-database mount path inside the pod
|
# -- homarr-database mount path inside the pod
|
||||||
mountPath: "/appdata"
|
mountPath: "/appdata"
|
||||||
# -- homarr-database optional volumeClaimName to target specific PV
|
# -- 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)
|
# Configuration pour le chart homarr (référence au secret créé par le template)
|
||||||
envSecrets:
|
envSecrets:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ parameters:
|
|||||||
# Les volumes créés avec cette StorageClass auront automatiquement :
|
# Les volumes créés avec cette StorageClass auront automatiquement :
|
||||||
# - backup-daily (groupe "backup")
|
# - backup-daily (groupe "backup")
|
||||||
# - backup-weekly (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}]'
|
recurringJobSelector: '[{"name":"group-backup","isGroup":true},{"name":"group-snapshot","isGroup":true}]'
|
||||||
allowVolumeExpansion: true
|
allowVolumeExpansion: true
|
||||||
volumeBindingMode: Immediate
|
volumeBindingMode: Immediate
|
||||||
|
|||||||
Reference in New Issue
Block a user