diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-04 22:01:02 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-04 22:01:02 +0200 |
commit | 600eef95751a15ac6850db3e881a2c37b2fc48f7 (patch) | |
tree | acdba8174d722e945b24f41e94170430b7a019a2 /k8s/helmsman.yml | |
parent | misc: fix metallb.yml file (diff) | |
download | fs-tracer-backend-600eef95751a15ac6850db3e881a2c37b2fc48f7.tar.gz fs-tracer-backend-600eef95751a15ac6850db3e881a2c37b2fc48f7.tar.bz2 fs-tracer-backend-600eef95751a15ac6850db3e881a2c37b2fc48f7.zip |
misc: kafka: set default number of partitions to 2
Diffstat (limited to 'k8s/helmsman.yml')
-rw-r--r-- | k8s/helmsman.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/k8s/helmsman.yml b/k8s/helmsman.yml index 35ee7be..7544b17 100644 --- a/k8s/helmsman.yml +++ b/k8s/helmsman.yml @@ -24,6 +24,7 @@ apps: set: controller.replicaCount: 1 controller.livenessProbe.initialDelaySeconds: 120 + provisioning.numPartitions: 2 extraConfig: | offsets.topic.replication.factor=1 transaction.state.log.replication.factor=1 |