From 4ecf8b22c0a11c6a1c15cfa40e3f774e8336b9ef Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Mon, 27 Apr 2026 12:48:39 +0300 Subject: [PATCH] message hub + pm --- .../yc-k8s-test/infrastructure/patches/kafka.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml b/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml index 23ac9f1..9c52537 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml @@ -20,6 +20,12 @@ spec: persistence: size: 8Gi storageClass: local-path + config: + offsets.topic.replication.factor: 1 + transaction.state.log.replication.factor: 1 + transaction.state.log.min.isr: 1 + default.replication.factor: 1 + min.insync.replicas: 1 broker: replicaCount: 0 automountServiceAccountToken: true @@ -27,12 +33,6 @@ spec: client: protocol: SASL_SSL sslClientAuth: "none" - config: - offsets.topic.replication.factor: 1 - transaction.state.log.replication.factor: 1 - transaction.state.log.min.isr: 1 - default.replication.factor: 1 - min.insync.replicas: 1 provisioning: enabled: false sasl: