add sample filer stor setting
This commit is contained in:
parent
255a6487c7
commit
9b29d3a377
|
@ -14,4 +14,10 @@ spec:
|
||||||
storage: 2Gi
|
storage: 2Gi
|
||||||
filer:
|
filer:
|
||||||
replicas: 2
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue