forked from Deuxfleurs/garage
Add documentation about setting db engine in helm
This commit is contained in:
parent
4787685912
commit
7bca6ccd0b
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ garage:
|
||||||
# Use only 2 replicas per object
|
# Use only 2 replicas per object
|
||||||
replicationMode: "2"
|
replicationMode: "2"
|
||||||
|
|
||||||
|
# Use recommended lmdb db engine
|
||||||
|
dbEngine: "lmdb"
|
||||||
|
|
||||||
# Start 4 instances (StatefulSets) of garage
|
# Start 4 instances (StatefulSets) of garage
|
||||||
deployment:
|
deployment:
|
||||||
replicaCount: 4
|
replicaCount: 4
|
||||||
|
|
Loading…
Reference in a new issue