Add documentation about setting db engine in helm

This commit is contained in:
kaiyou 2022-11-18 20:06:32 +01:00
parent 4787685912
commit 7bca6ccd0b
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ garage:
# Use only 2 replicas per object
replicationMode: "2"
# Use recommended lmdb db engine
dbEngine: "lmdb"
# Start 4 instances (StatefulSets) of garage
deployment:
replicaCount: 4