mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 17:06:22 +02:00
Fixed Zookeeper startup delay
This commit is contained in:
parent
37a220d447
commit
970e824589
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ local url = import "values/url.jsonnet";
|
|||
"-c",
|
||||
"bin/apply-config-from-env.py conf/zookeeper.conf && bin/generate-zookeeper-config.sh conf/zookeeper.conf && exec bin/pulsar zookeeper"
|
||||
])
|
||||
.with_limits("0.1", "400M")
|
||||
.with_limits("1", "400M")
|
||||
.with_reservations("0.05", "400M")
|
||||
.with_user("0:1000")
|
||||
.with_volume_mount(zkVolume, "/pulsar/data/zookeeper")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue