99ccde5040bef07f5fa28c1bb8d4acbbab750b1e
[oom.git] / kubernetes / strimzi / values.yaml
1 # Copyright © 2022 Nordix Foundation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 #################################################################
16 # Global configuration defaults.
17 #################################################################
18 global:
19   nodePortPrefixExt: 304
20   persistence:
21     mountPath: /dockerdata-nfs
22
23 #################################################################
24 # Application configuration defaults.
25 #################################################################
26 replicaCount: 3
27 numPartitions: 10
28 kafkaInternalPort: 9092
29 saslMechanism: scram-sha-512
30 version: 3.2.3
31 kafkaStrimziAdminUser: strimzi-kafka-admin
32 persistence: {}
33
34 persistenceKafka:
35   enabled: true
36   size: 2Gi
37   volumeReclaimPolicy: Retain
38   accessMode: ReadWriteOnce
39   mountPath: /dockerdata-nfs
40   mountSubPath: strimzi-kafka/kafka
41 persistenceZk:
42   enabled: true
43   size: 2Gi
44   volumeReclaimPolicy: Retain
45   accessMode: ReadWriteOnce
46   mountPath: /dockerdata-nfs
47   mountSubPath: strimzi-kafka/zk
48
49 #Pods Service Account
50 serviceAccount:
51   nameOverride: strimzi-kafka
52   roles:
53     - read