diff --git a/kustomize/bases/longhorn/longhorn-helmchart.yaml b/kustomize/bases/longhorn/longhorn-helmchart.yaml index b1fb8ae..91eca86 100644 --- a/kustomize/bases/longhorn/longhorn-helmchart.yaml +++ b/kustomize/bases/longhorn/longhorn-helmchart.yaml @@ -15,7 +15,8 @@ spec: backupTarget: s3://longhorn-backups@home/ defaultReplicaCount: 2 defaultDataLocality: best-effort - replicaAutoBalance: least-effort + replicaAutoBalance: best-effort + taintToleration: kubernetes.io/arch: longhornManager: tolerations: - key: kubernetes.io/arch diff --git a/kustomize/bases/longhorn/longhorn-recurringjob.yaml b/kustomize/bases/longhorn/longhorn-recurringjob.yaml index cd38a91..9dc80be 100644 --- a/kustomize/bases/longhorn/longhorn-recurringjob.yaml +++ b/kustomize/bases/longhorn/longhorn-recurringjob.yaml @@ -11,4 +11,4 @@ spec: retain: 2 concurrency: 1 labels: - - job: weekly-backups \ No newline at end of file + job: weekly-backups \ No newline at end of file