mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-15 17:51:03 +00:00
Change default storage engine to rocksdb
This commit is contained in:
parent
2a2881da1b
commit
cbb710ae3a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ func (s *DeploymentSpec) SetDefaults(deploymentName string) {
|
|||
s.Environment = EnvironmentDevelopment
|
||||
}
|
||||
if s.StorageEngine == "" {
|
||||
s.StorageEngine = StorageEngineMMFiles
|
||||
s.StorageEngine = StorageEngineRocksDB
|
||||
}
|
||||
if s.Image == "" && s.IsDevelopment() {
|
||||
s.Image = defaultImage
|
||||
|
|
Loading…
Reference in a new issue