add kafka support
This commit is contained in:
parent
c7d04d2602
commit
bbb6a19e9c
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user