Skip to content

Commit

Permalink
Merge pull request #253 from trustgraph-ai/pulsar-hot-fix
Browse files Browse the repository at this point in the history
Hot fix for pulsar user issue
  • Loading branch information
JackColquitt authored Jan 6, 2025
2 parents dbdf65b + bb0d48c commit 37a220d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/components/pulsar.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 37a220d

Please sign in to comment.