mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-16 16:51:02 +02:00
Deployed specialised memgraph query/write processors, created memgraph indexes
This commit is contained in:
parent
1a4388ee59
commit
3318e06aad
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ local images = import "values/images.jsonnet";
|
|||
.with_environment({
|
||||
MEMGRAPH: "--storage-properties-on-edges=true --storage-enable-edges-metadata=true"
|
||||
})
|
||||
.with_limits("1.0", "2000M")
|
||||
.with_reservations("0.5", "2000M")
|
||||
.with_limits("1.0", "1000M")
|
||||
.with_reservations("0.5", "1000M")
|
||||
.with_port(7474, 7474, "api")
|
||||
.with_port(7687, 7687, "api2");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue