Skip to content

Commit

Permalink
fix(kubenuc): Longhorn default replicas to 1 since we are using apps …
Browse files Browse the repository at this point in the history
…HA, update data locality

Signed-off-by: Daniele De Lorenzi <daniele.delorenzi@fastnetserv.net>
  • Loading branch information
dark-vex committed May 25, 2024
1 parent 38e12d5 commit 11bf2b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clusters/kubenuc/apps/longhorn/manifests/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ spec:
persistence:
defaultClass: false
reclaimPolicy: Retain
defaultClassReplicaCount: 1
defaultDataLocality: strict-local
longhornManager:
nodeSelector:
storage: "dynamic"
Expand Down

0 comments on commit 11bf2b6

Please sign in to comment.