diff --git a/argocd/apps/longhorn/values-longhorn.yaml b/argocd/apps/longhorn/values-longhorn.yaml index e09e6f9..8668814 100644 --- a/argocd/apps/longhorn/values-longhorn.yaml +++ b/argocd/apps/longhorn/values-longhorn.yaml @@ -34,6 +34,10 @@ spec: defaultReplicaCount: '{"v1":"2","v2":"2"}' replicaAutoBalance: "best-effort" disableRevisionCounter: '{"v1":"true"}' + # Disk-Erstellung nur auf gelabelten Nodes + createDefaultDiskLabeledNodes: true + # Default-Pfad für neue Disks + defaultDataPath: "/mnt/datastore/longhorn" ingress: enabled: true @@ -53,4 +57,4 @@ spec: selfHeal: true prune: true syncOptions: - - CreateNamespace=true + - CreateNamespace=true \ No newline at end of file