File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ helmfile-sync: .check-helmfile-installed helmfile.yaml ## Syncs the helmfile con
4949 $(MAKE) -s .helmfile-local-post-install; \
5050 fi
5151
52-
5352.PHONY : configure-local-hosts
5453configure-local-hosts : # # Adds local hosts entries for the machine
5554 @echo " Adding $( MACHINE_FQDN) hosts to /etc/hosts ..."
Original file line number Diff line number Diff line change 1- global:
2- nodeSelector:
3- ops: "true"
1+ global: {}
2+ # uncomment once we have >1 ops nodes
3+ # nodeSelector:
4+ # ops: "true"
45
56defaultSettings:
67 replicaAutoBalance: best-effort
@@ -15,8 +16,13 @@ defaultSettings:
1516 deletingConfirmationFlag: false
1617
1718persistence:
19+ # use only for non-critical ops workloads
20+ # for critical workloads (e.g. database)
21+ # use application replication (e.g. postgres HA operator)
22+ defaultClass: false
23+
1824 # https://longhorn.io/docs/1.8.1/best-practices/#io-performance
19- defaultDataLocality: least -effort
25+ defaultDataLocality: best -effort
2026 defaultClassReplicaCount: 2
2127 defaultFsType: xfs
2228
Original file line number Diff line number Diff line change 11persistence:
22 enabled: true
33 size: "1Gi"
4- storageClass: "csi-s3 "
4+ storageClass: "longhorn "
You can’t perform that action at this time.
0 commit comments