add sample filer stor setting

This commit is contained in:
Chris Lu 2020-11-03 21:29:14 -08:00
parent 255a6487c7
commit 9b29d3a377
1 changed files with 6 additions and 0 deletions

View File

@ -14,4 +14,10 @@ spec:
storage: 2Gi
filer:
replicas: 2
config: |
[leveldb2]
# local on disk, mostly for simple single-machine setup, fairly scalable
# faster than previous leveldb, recommended.
enabled = true
dir = "." # directory to store level db files