Skip to content

Commit 8ff21b3

Browse files
author
JackColquitt
committed
Second pulsar config update
1 parent 95b7e13 commit 8ff21b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/components/pulsar.jsonnet

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ local url = import "values/url.jsonnet";
2828
])
2929
.with_limits("0.1", "400M")
3030
.with_reservations("0.05", "400M")
31+
.with_user("0:1000")
3132
.with_volume_mount(zkVolume, "/pulsar/data/zookeeper")
3233
.with_environment({
3334
"metadataStoreUrl": "zk:zookeeper:2181",

0 commit comments

Comments
 (0)