mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +02:00
Hot fix for pulsar user issue
This commit is contained in:
parent
dbdf65b84d
commit
bb0d48c1b2
1 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ local url = import "values/url.jsonnet";
|
|||
])
|
||||
.with_limits("0.1", "400M")
|
||||
.with_reservations("0.05", "400M")
|
||||
.with_user("0:1000")
|
||||
.with_volume_mount(zkVolume, "/pulsar/data/zookeeper")
|
||||
.with_environment({
|
||||
"metadataStoreUrl": "zk:zookeeper:2181",
|
||||
|
|
@ -68,7 +69,7 @@ local url = import "values/url.jsonnet";
|
|||
])
|
||||
.with_limits("1", "800M")
|
||||
.with_reservations("0.1", "800M")
|
||||
.with_user(0)
|
||||
.with_user("0:1000")
|
||||
.with_volume_mount(bookieVolume, "/pulsar/data/bookkeeper")
|
||||
.with_environment({
|
||||
"clusterName": "cluster-a",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue