efiacor | 5c57331 | 2022-01-27 13:46:56 +0000 | [diff] [blame] | 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: |
efiacor | af68a7e | 2022-04-08 10:59:52 +0100 | [diff] [blame] | 19 | nodePortPrefixExt: 304 |
efiacor | 5c57331 | 2022-01-27 13:46:56 +0000 | [diff] [blame] | 20 | persistence: |
| 21 | mountPath: /dockerdata-nfs |
| 22 | |
| 23 | ################################################################# |
| 24 | # Application configuration defaults. |
| 25 | ################################################################# |
| 26 | replicaCount: 2 |
| 27 | kafkaInternalPort: 9092 |
| 28 | saslMechanism: scram-sha-512 |
| 29 | version: 3.0.0 |
| 30 | kafkaStrimziAdminUser: strimzi-kafka-admin |
| 31 | persistence: {} |
| 32 | |
| 33 | persistenceKafka: |
| 34 | enabled: true |
| 35 | size: 2Gi |
| 36 | volumeReclaimPolicy: Retain |
| 37 | accessMode: ReadWriteOnce |
| 38 | mountPath: /dockerdata-nfs |
| 39 | mountSubPath: strimzi-kafka/kafka |
| 40 | persistenceZk: |
| 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 |
| 49 | serviceAccount: |
| 50 | nameOverride: strimzi-kafka |
| 51 | roles: |
| 52 | - read |