From 434a2e056e58cc9091ddf7627883c6dac7ef2c9f Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Mon, 27 Apr 2026 13:11:18 +0300 Subject: [PATCH] fix kafka --- clusters/yc-k8s-test/infrastructure/patches/kafka.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml b/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml index 9c52537..82237b1 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml @@ -20,7 +20,7 @@ spec: persistence: size: 8Gi storageClass: local-path - config: + overrideConfiguration: offsets.topic.replication.factor: 1 transaction.state.log.replication.factor: 1 transaction.state.log.min.isr: 1