We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b7e13 commit 8ff21b3Copy full SHA for 8ff21b3
templates/components/pulsar.jsonnet
@@ -28,6 +28,7 @@ local url = import "values/url.jsonnet";
28
])
29
.with_limits("0.1", "400M")
30
.with_reservations("0.05", "400M")
31
+ .with_user("0:1000")
32
.with_volume_mount(zkVolume, "/pulsar/data/zookeeper")
33
.with_environment({
34
"metadataStoreUrl": "zk:zookeeper:2181",
0 commit comments