This commit is contained in:
2026-01-15 01:21:03 +01:00
parent 58ac16532b
commit c6653fde7d
2 changed files with 4 additions and 22 deletions

View File

@@ -1,21 +0,0 @@
apiVersion: longhorn.io/v1beta2
kind: Setting
metadata:
name: backup-target
namespace: {{ .Release.Namespace }}
labels:
backup-target-name: "nas-master"
spec:
value: "nfs://10.78.107.107:/SAUVEGARDES/KUBERNETES/dev"
---
apiVersion: longhorn.io/v1beta2
kind: Setting
metadata:
name: backup-target-credential-secret
namespace: {{ .Release.Namespace }}
spec:
# Secret Kubernetes contenant les credentials NFS si nécessaire
# Format: namespace/secret-name
# Laisser vide si pas d'authentification requise
value: ""

View File

@@ -53,3 +53,6 @@ longhorn:
replicaSoftAntiAffinity: true
# Force la réservation à 0 car le disque est dédié à Longhorn
storageMinimalAvailablePercentage: 0
# Configuration du BackupTarget NFS
backupTarget: "nfs://10.78.107.107:/SAUVEGARDES/KUBERNETES/dev"
backupTargetCredentialSecret: ""