blob: 9e63c2c131fc8510affd13c69c7eec2e2e0cdc27 [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#################################################################
26replicaCount: 2
27kafkaInternalPort: 9092
28saslMechanism: scram-sha-512
29version: 3.0.0
30kafkaStrimziAdminUser: strimzi-kafka-admin
31persistence: {}
32
33persistenceKafka:
34 enabled: true
35 size: 2Gi
36 volumeReclaimPolicy: Retain
37 accessMode: ReadWriteOnce
38 mountPath: /dockerdata-nfs
39 mountSubPath: strimzi-kafka/kafka
40persistenceZk:
41 enabled: true
42 size: 2Gi
43 volumeReclaimPolicy: Retain
44 accessMode: ReadWriteOnce
45 mountPath: /dockerdata-nfs
46 mountSubPath: strimzi-kafka/zk
47
48#Pods Service Account
49serviceAccount:
50 nameOverride: strimzi-kafka
51 roles:
52 - read