diff options
author | chemicstry <chemicstry@gmail.com> | 2022-06-21 16:16:42 +0300 |
---|---|---|
committer | Maximilien R <maximilien@deuxfleurs.fr> | 2022-09-30 18:46:57 +0200 |
commit | d2c937a931b6549ffd2f2afdd7a871be8d8eefbf (patch) | |
tree | d07eabd414e90770ec893a7adbd3a546d0a7057a /doc | |
parent | 744c3b4d9487045ab04a221572722afa0ca34b09 (diff) | |
download | garage-d2c937a931b6549ffd2f2afdd7a871be8d8eefbf.tar.gz garage-d2c937a931b6549ffd2f2afdd7a871be8d8eefbf.zip |
Fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/book/cookbook/kubernetes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/cookbook/kubernetes.md b/doc/book/cookbook/kubernetes.md index 0bf89c96..9eafe3e1 100644 --- a/doc/book/cookbook/kubernetes.md +++ b/doc/book/cookbook/kubernetes.md @@ -45,7 +45,7 @@ This is an example `values.overrride.yaml` for deploying in a microk8s cluster w ```yaml garage: # Use only 2 replicas per object - replicationMode: "3" + replicationMode: "2" # Start 4 instances (StatefulSets) of garage replicaCount: 4 |