blob: 99ccde5040bef07f5fa28c1bb8d4acbbab750b1e [file] [log] [blame]
efiacor5c573312022-01-27 13:46:56 +00001# 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#################################################################
18global:
efiacoraf68a7e2022-04-08 10:59:52 +010019 nodePortPrefixExt: 304
efiacor5c573312022-01-27 13:46:56 +000020 persistence:
21 mountPath: /dockerdata-nfs
22
23#################################################################
24# Application configuration defaults.
25#################################################################
efiacor1cfa2fb2022-06-01 16:02:39 +010026replicaCount: 3
efiacor3422fe92022-07-12 13:19:53 +010027numPartitions: 10
efiacor5c573312022-01-27 13:46:56 +000028kafkaInternalPort: 9092
29saslMechanism: scram-sha-512
efiacorf78db402022-11-18 09:15:43 +000030version: 3.2.3
efiacor5c573312022-01-27 13:46:56 +000031kafkaStrimziAdminUser: strimzi-kafka-admin
32persistence: {}
33
34persistenceKafka:
35 enabled: true
36 size: 2Gi
37 volumeReclaimPolicy: Retain
38 accessMode: ReadWriteOnce
39 mountPath: /dockerdata-nfs
40 mountSubPath: strimzi-kafka/kafka
41persistenceZk:
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
50serviceAccount:
51 nameOverride: strimzi-kafka
52 roles:
53 - read