changes to kafka
This commit is contained in:
parent
46bb7f6c81
commit
57172e6eac
@ -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
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user