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:
imagePullSecrets: global:
- regcred imagePullSecrets:
kafkaUsers: - regcred
- name: admin-user defaultStorageClass: local-path
authentication: image:
type: scram-sha-512 pullSecrets:
- name: sarex - regcred
authentication: controller:
type: scram-sha-512 replicaCount: 1
kafka: persistence:
replicas: 1 size: 8Gi
listeners: storageClass: local-path
- name: plain broker:
port: 9092 replicaCount: 0
type: internal listeners:
tls: false client:
- name: tls protocol: SASL_SSL
port: 9093 sasl:
type: internal existingSecret: kafka-kafka-contour-user-passwords
tls: true enabledMechanisms: PLAIN,SCRAM-SHA-512
authentication: interBrokerMechanism: PLAIN
type: scram-sha-512 controllerMechanism: PLAIN
storage: client:
type: jbod users:
volumes: - sarex
- id: 0 passwords: ""
type: persistent-claim tls:
size: 8Gi passwordsSecret: kafka-kafka-contour-tls-passwords
deleteClaim: false
class: local-path

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