Hot fix for pulsar user issue

This commit is contained in:
JackColquitt 2025-01-06 10:03:22 -08:00
parent dbdf65b84d
commit bb0d48c1b2

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