update pvc

This commit is contained in:
2026-01-16 03:58:40 +01:00
parent 6846ccbe7f
commit 4d4c6a4299

View File

@@ -24,7 +24,7 @@ homarr:
homarrDatabase: homarrDatabase:
enabled: true enabled: true
# -- homarr-database persistent storage name # -- homarr-database persistent storage name
name: "homarr-database-rct" name: "homarr-database"
# -- homarr-database storage class name # -- homarr-database storage class name
# Utilisation de Longhorn au lieu de local-path (qui n'existe pas) # Utilisation de Longhorn au lieu de local-path (qui n'existe pas)
storageClassName: "longhorn-backup" storageClassName: "longhorn-backup"
@@ -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: "" volumeClaimName: "homarr-database-rct"
# 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: