reconfigure kafka for sasl_ssl
This commit is contained in:
parent
b139322a14
commit
696afc1222
@ -7,10 +7,33 @@ spec:
|
|||||||
interval: 5m
|
interval: 5m
|
||||||
timeout: 10m
|
timeout: 10m
|
||||||
values:
|
values:
|
||||||
global:
|
imagePullSecrets:
|
||||||
defaultStorageClass: local-path
|
- regcred
|
||||||
controller:
|
kafkaUsers:
|
||||||
replicaCount: 1
|
- name: admin-user
|
||||||
persistence:
|
authentication:
|
||||||
size: 8Gi
|
type: scram-sha-512
|
||||||
storageClass: local-path
|
- 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