Merge pull request #253 from trustgraph-ai/pulsar-hot-fix

Hot fix for pulsar user issue
This commit is contained in:
Jack Colquitt 2025-01-06 10:10:57 -08:00 committed by GitHub
commit 37a220d447
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",