add kafka support

This commit is contained in:
Kochetkov S 2026-04-15 12:19:52 +03:00
parent bbb6a19e9c
commit b591dbab9a
2 changed files with 3 additions and 1 deletions

View File

@ -16,11 +16,13 @@ spec:
- regcred - regcred
controller: controller:
replicaCount: 1 replicaCount: 1
automountServiceAccountToken: true
persistence: persistence:
size: 8Gi size: 8Gi
storageClass: local-path storageClass: local-path
broker: broker:
replicaCount: 0 replicaCount: 0
automountServiceAccountToken: true
listeners: listeners:
client: client:
protocol: SASL_SSL protocol: SASL_SSL

View File

@ -8,7 +8,7 @@ spec:
chart: chart:
spec: spec:
chart: kafka-contour chart: kafka-contour
version: "0.1.5" version: "0.1.6"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: yc-oci-charts name: yc-oci-charts