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