From b591dbab9a2c4e3829d4d26039f13792720662d4 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Wed, 15 Apr 2026 12:19:52 +0300 Subject: [PATCH] add kafka support --- clusters/yc-k8s-test/infrastructure/patches/kafka.yaml | 2 ++ infrastructure/kafka/base/helmrelease.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml b/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml index 7125eed..beaf427 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml @@ -16,11 +16,13 @@ spec: - regcred controller: replicaCount: 1 + automountServiceAccountToken: true persistence: size: 8Gi storageClass: local-path broker: replicaCount: 0 + automountServiceAccountToken: true listeners: client: protocol: SASL_SSL diff --git a/infrastructure/kafka/base/helmrelease.yaml b/infrastructure/kafka/base/helmrelease.yaml index d6334a8..bdc0cca 100644 --- a/infrastructure/kafka/base/helmrelease.yaml +++ b/infrastructure/kafka/base/helmrelease.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: kafka-contour - version: "0.1.5" + version: "0.1.6" sourceRef: kind: HelmRepository name: yc-oci-charts