message hub + pm
This commit is contained in:
parent
d96f2a3080
commit
4ecf8b22c0
@ -20,6 +20,12 @@ spec:
|
|||||||
persistence:
|
persistence:
|
||||||
size: 8Gi
|
size: 8Gi
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
|
config:
|
||||||
|
offsets.topic.replication.factor: 1
|
||||||
|
transaction.state.log.replication.factor: 1
|
||||||
|
transaction.state.log.min.isr: 1
|
||||||
|
default.replication.factor: 1
|
||||||
|
min.insync.replicas: 1
|
||||||
broker:
|
broker:
|
||||||
replicaCount: 0
|
replicaCount: 0
|
||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
@ -27,12 +33,6 @@ spec:
|
|||||||
client:
|
client:
|
||||||
protocol: SASL_SSL
|
protocol: SASL_SSL
|
||||||
sslClientAuth: "none"
|
sslClientAuth: "none"
|
||||||
config:
|
|
||||||
offsets.topic.replication.factor: 1
|
|
||||||
transaction.state.log.replication.factor: 1
|
|
||||||
transaction.state.log.min.isr: 1
|
|
||||||
default.replication.factor: 1
|
|
||||||
min.insync.replicas: 1
|
|
||||||
provisioning:
|
provisioning:
|
||||||
enabled: false
|
enabled: false
|
||||||
sasl:
|
sasl:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user