diff options
-rw-r--r-- | TODO | 3 | ||||
-rw-r--r-- | k8s/helmsman.yml | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO index 9cf2f39..2589e41 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,2 @@ -the default topic partitions didnt work either -kafka UI +cassandra nixos-k3s repo diff --git a/k8s/helmsman.yml b/k8s/helmsman.yml index 7dfd0ea..628bd9f 100644 --- a/k8s/helmsman.yml +++ b/k8s/helmsman.yml @@ -36,12 +36,12 @@ apps: set: controller.replicaCount: 1 controller.livenessProbe.initialDelaySeconds: 120 - provisioning.numPartitions: 2 extraConfig: | offsets.topic.replication.factor=1 transaction.state.log.replication.factor=1 log.retention.hours=24 log.retention.bytes=2147483648 + num.partitions=2 # To enable: helm install kafka-ui kafka-ui/kafka-ui -f kafka-ui.yml --version 0.7.6 kafka-ui: |