changes to kafka
This commit is contained in:
parent
46bb7f6c81
commit
57172e6eac
@ -7,33 +7,31 @@ spec:
|
||||
interval: 5m
|
||||
timeout: 10m
|
||||
values:
|
||||
global:
|
||||
imagePullSecrets:
|
||||
- regcred
|
||||
kafkaUsers:
|
||||
- name: admin-user
|
||||
authentication:
|
||||
type: scram-sha-512
|
||||
- name: sarex
|
||||
authentication:
|
||||
type: scram-sha-512
|
||||
kafka:
|
||||
replicas: 1
|
||||
listeners:
|
||||
- name: plain
|
||||
port: 9092
|
||||
type: internal
|
||||
tls: false
|
||||
- name: tls
|
||||
port: 9093
|
||||
type: internal
|
||||
tls: true
|
||||
authentication:
|
||||
type: scram-sha-512
|
||||
storage:
|
||||
type: jbod
|
||||
volumes:
|
||||
- id: 0
|
||||
type: persistent-claim
|
||||
defaultStorageClass: local-path
|
||||
image:
|
||||
pullSecrets:
|
||||
- regcred
|
||||
controller:
|
||||
replicaCount: 1
|
||||
persistence:
|
||||
size: 8Gi
|
||||
deleteClaim: false
|
||||
class: local-path
|
||||
storageClass: local-path
|
||||
broker:
|
||||
replicaCount: 0
|
||||
listeners:
|
||||
client:
|
||||
protocol: SASL_SSL
|
||||
sasl:
|
||||
existingSecret: kafka-kafka-contour-user-passwords
|
||||
enabledMechanisms: PLAIN,SCRAM-SHA-512
|
||||
interBrokerMechanism: PLAIN
|
||||
controllerMechanism: PLAIN
|
||||
client:
|
||||
users:
|
||||
- sarex
|
||||
passwords: ""
|
||||
tls:
|
||||
passwordsSecret: kafka-kafka-contour-tls-passwords
|
||||
|
||||
@ -8,7 +8,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: kafka-contour
|
||||
version: "0.1.1"
|
||||
version: "0.1.2"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: yc-oci-charts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user