reconfigure kafka for sasl_ssl
This commit is contained in:
parent
b139322a14
commit
696afc1222
@ -7,10 +7,33 @@ spec:
|
||||
interval: 5m
|
||||
timeout: 10m
|
||||
values:
|
||||
global:
|
||||
defaultStorageClass: local-path
|
||||
controller:
|
||||
replicaCount: 1
|
||||
persistence:
|
||||
size: 8Gi
|
||||
storageClass: local-path
|
||||
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
|
||||
size: 8Gi
|
||||
deleteClaim: false
|
||||
class: local-path
|
||||
|
||||
Loading…
Reference in New Issue
Block a user