add kafka support

This commit is contained in:
Kochetkov S 2026-04-15 12:13:36 +03:00
parent c7d04d2602
commit bbb6a19e9c
2 changed files with 15 additions and 6 deletions

View File

@ -24,16 +24,25 @@ spec:
listeners: listeners:
client: client:
protocol: SASL_SSL protocol: SASL_SSL
provisioning:
enabled: false
sasl: sasl:
managedExistingSecret: managedExistingSecret:
enabled: true enabled: false
existingSecret: kafka-kafka-contour-user-passwords existingSecret: ""
enabledMechanisms: PLAIN,SCRAM-SHA-512 enabledMechanisms: PLAIN,SCRAM-SHA-512
interBrokerMechanism: PLAIN interBrokerMechanism: PLAIN
controllerMechanism: PLAIN controllerMechanism: PLAIN
client: client:
users: users: []
- sarex
passwords: "" passwords: ""
tls: tls:
passwordsSecret: kafka-kafka-contour-tls-passwords type: PEM
vault:
enabled: true
role: kafka
authPath: auth/kubernetes
secretPath: secrets/data/kafka/bootstrap
clusterIdKey: clusterId
interBrokerPasswordKey: interBrokerPassword
controllerPasswordKey: controllerPassword

View File

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