add kafka support
This commit is contained in:
parent
c7d04d2602
commit
bbb6a19e9c
@ -24,16 +24,25 @@ spec:
|
||||
listeners:
|
||||
client:
|
||||
protocol: SASL_SSL
|
||||
provisioning:
|
||||
enabled: false
|
||||
sasl:
|
||||
managedExistingSecret:
|
||||
enabled: true
|
||||
existingSecret: kafka-kafka-contour-user-passwords
|
||||
enabled: false
|
||||
existingSecret: ""
|
||||
enabledMechanisms: PLAIN,SCRAM-SHA-512
|
||||
interBrokerMechanism: PLAIN
|
||||
controllerMechanism: PLAIN
|
||||
client:
|
||||
users:
|
||||
- sarex
|
||||
users: []
|
||||
passwords: ""
|
||||
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
|
||||
|
||||
@ -8,7 +8,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: kafka-contour
|
||||
version: "0.1.3"
|
||||
version: "0.1.5"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: yc-oci-charts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user