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

View file

@ -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