-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues-v5.yaml
94 lines (94 loc) · 2.15 KB
/
values-v5.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
kafka:
enabled: true
image:
debug: true
controller:
replicaCount: 0
automountServiceAccountToken: true
broker:
replicaCount: 2
persistence:
size: 1Gi
automountServiceAccountToken: true
kraft:
enabled: false
listeners:
client:
protocol: SSL
sslClientAuth: required
controller:
protocol: SSL
sslClientAuth: required
interbroker:
protocol: SSL
sslClientAuth: required
external:
protocol: SSL
sslClientAuth: required
tls:
type: JKS
existingSecret: kafka-jks
keystorePassword: changeit
truststorePassword: changeit
zookeeper:
enabled: true
existingSecret: zookeeper-jks
keystorePassword: changeit
truststorePassword: changeit
externalAccess:
enabled: true
broker:
service:
type: ClusterIP
domain: 1.1.1.1
zookeeper:
enabled: true
persistence:
size: 1Gi
tls:
client:
enabled: true
auth: need
existingSecret: zookeeper-jks
keystorePassword: changeit
truststorePassword: changeit
quorum:
enabled: true
auth: need
existingSecret: zookeeper-jks
keystorePassword: changeit
truststorePassword: changeit
networkPolicy:
enabled: false
kafdrop:
enabled: true
replicaCount: 1
kafka:
brokerConnect: kafka-dev-broker-0.kafka-dev-broker-headless.kafka.svc.cluster.local:9092, kafka-dev-broker-1.kafka-dev-broker-headless.kafka.svc.cluster.local:9092
ssl:
enable: true
properties: |
ssl.truststore.location=/tmp/stores/kafka.truststore.jks
ssl.keystore.location=/tmp/stores/kafka.keystore.jks
ssl.truststore.password: changeit
ssl.keystore.password: changeit
security.protocol: SSL
secretName: "kafka-client-jks"
service:
type: ClusterIP
targetPort: 8080
jvm:
opts: "-Xms228M -Xmx228M"
resources:
limits:
cpu: 100m
memory: 600Mi
requests:
cpu: 10m
memory: 500Mi
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
hosts:
- kafdrop-dev.k8s.local.ru