Skip to content

Commit aa3be2e

Browse files
committed
Fix README.md typo and bump PVC replica counts
1 parent 5f668d6 commit aa3be2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can use these files to stand up your own on-prem Kubernetes cluster. While t
2424

2525
## 🧱 Project Management
2626

27-
Work for this repository is house in this [Trello board](https://trello.com/b/HOJMq7WP/gitops).
27+
Work for this repository is housed in this [Trello board](https://trello.com/b/HOJMq7WP/gitops).
2828

2929
## 📁 Project Structure
3030

helm/longhorn/charts/longhorn/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ persistence:
158158
# -- mkfs parameters of the default Longhorn StorageClass.
159159
defaultMkfsParams: ""
160160
# -- Replica count of the default Longhorn StorageClass.
161-
defaultClassReplicaCount: 4
161+
defaultClassReplicaCount: 6
162162
# -- Data locality of the default Longhorn StorageClass. (Options: "disabled", "best-effort")
163163
defaultDataLocality: best-effort
164164
# -- Reclaim policy that provides instructions for handling of a volume after its claim is released. (Options: "Retain", "Delete")
@@ -246,7 +246,7 @@ defaultSettings:
246246
# -- The Upgrade Responder sends a notification whenever a new Longhorn version that you can upgrade to becomes available. The default value is https://longhorn-upgrade-responder.rancher.io/v1/checkupgrade.
247247
upgradeResponderURL: ~
248248
# -- Default number of replicas for volumes created using the Longhorn UI. For Kubernetes configuration, modify the `numberOfReplicas` field in the StorageClass. The default value is "3".
249-
defaultReplicaCount: 4
249+
defaultReplicaCount: 6
250250
# -- Default name of Longhorn static StorageClass. "storageClassName" is assigned to PVs and PVCs that are created for an existing Longhorn volume. "storageClassName" can also be used as a label, so it is possible to use a Longhorn StorageClass to bind a workload to an existing PV without creating a Kubernetes StorageClass object. "storageClassName" needs to be an existing StorageClass. The default value is "longhorn-static".
251251
defaultLonghornStaticStorageClass: ~
252252
# -- Number of minutes that Longhorn keeps a failed backup resource. When the value is "0", automatic deletion is disabled.

0 commit comments

Comments
 (0)