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