reconfigure kafka for sasl_ssl

This commit is contained in:
Kochetkov S 2026-04-14 11:46:45 +03:00
parent b139322a14
commit 696afc1222

View File

@ -7,10 +7,33 @@ spec:
interval: 5m
timeout: 10m
values:
global:
defaultStorageClass: local-path
controller:
replicaCount: 1
persistence:
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
storageClass: local-path
deleteClaim: false
class: local-path