core/helm-values/longhorn.yaml
Guillaume B.B. Van Hemmen a2deab9475 #0000 - Disable reclaim policy in Longhorn Helm values
Commented out the `reclaimPolicy` field to disable its effect. This change aligns with the updated configuration requirements and prevents unintentional retention of resources.
2024-12-28 22:44:04 +01:00

13 lines
331 B
YAML

defaultSettings:
defaultReplicaCount: 2
storageReservedPercentageForDefaultDisk: 1
backupTarget: s3://longhorn-talos-backup@eu-west-1/
backupTargetCredentialSecret: longhorn-s3-secret
persistence:
defaultClassReplicaCount: 2
# reclaimPolicy: Retain
global:
nodeSelector:
extensions.talos.dev/iscsi-tools: v0.1.6