Skip to content

Commit 1abc2ae

Browse files
authored
set replicaCount to 1 on the kafka controller (#120)
1 parent 0323b2c commit 1abc2ae

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

kafka/values.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
zookeeper:
2-
persistence:
3-
size: 1Gi
1+
controller:
2+
replicaCount: 1
3+
4+
listeners:
5+
client:
6+
protocol: PLAINTEXT
47

58
persistence:
69
size: 1Gi
710

8-
listeners:
9-
client:
10-
protocol: PLAINTEXT
11+
zookeeper:
12+
persistence:
13+
size: 1Gi
14+

0 commit comments

Comments
 (0)