changes to kafka

This commit is contained in:
Kochetkov S 2026-04-14 12:31:20 +03:00
parent 46bb7f6c81
commit 57172e6eac
2 changed files with 29 additions and 31 deletions

View File

@ -7,33 +7,31 @@ spec:
interval: 5m interval: 5m
timeout: 10m timeout: 10m
values: values:
global:
imagePullSecrets: imagePullSecrets:
- regcred - regcred
kafkaUsers: defaultStorageClass: local-path
- name: admin-user image:
authentication: pullSecrets:
type: scram-sha-512 - regcred
- name: sarex controller:
authentication: replicaCount: 1
type: scram-sha-512 persistence:
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 size: 8Gi
deleteClaim: false storageClass: local-path
class: 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

View File

@ -8,7 +8,7 @@ spec:
chart: chart:
spec: spec:
chart: kafka-contour chart: kafka-contour
version: "0.1.1" version: "0.1.2"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: yc-oci-charts name: yc-oci-charts