Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / dmaap / values.yaml
1 # Copyright © 2018  AT&T Intellectual Property.  All rights reserved.
2 # Modifications Copyright © 2018 Amdocs,Bell Canada
3 # Modifications Copyright © 2021-2022 Nordix Foundation
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16
17 #################################################################
18 # Global configuration defaults.
19 #################################################################
20 global:
21   nodePortPrefix: 302
22   nodePortPrefixExt: 304
23   readinessImage: onap/oom/readiness:3.0.1
24   loggingRepository: docker.elastic.co
25   loggingImage: beats/filebeat:5.5.0
26   clientImage: onap/dmaap/dbc-client:1.0.9
27   repository: nexus3.onap.org:10001
28   busyBoxImage: busybox:1.30
29   busyBoxRepository: docker.io
30
31 #Global DMaaP app config
32   allow_http: false
33
34   #Logstash config
35   logstashServiceName: log-ls
36   logstashPort: 5044
37
38   #dmaap-dr-prov server configuration
39   dmaapDrProvName: dmaap-dr-prov
40   dmaapDrProvExtPort2: 443
41   dmaapDrProvExtPort: 80
42
43   #AAF global config overrides
44   aafEnabled: true
45   aafAgentImage: onap/aaf/aaf_agent:2.1.20
46   aafAppNs: org.osaaf.aaf
47   aafLocatorContainer: oom
48
49   #Strimzi config
50   kafkaBootstrap: strimzi-kafka-bootstrap
51   kafkaStrimziAdminUser: strimzi-kafka-admin
52   kafkaInternalPort: 9092
53   saslMechanism: scram-sha-512
54
55 #Component overrides
56 message-router:
57   enabled: true
58   config:
59     jaasConfExternalSecret: '{{ .Values.global.kafkaStrimziAdminUser }}'
60 dmaap-bc:
61   enabled: true
62 dmaap-dr-node:
63   enabled: true
64 dmaap-dr-prov:
65   enabled: true
66 dmaap-strimzi:
67   enabled: true
68
69 #Pods Service Account
70 serviceAccount:
71   nameOverride: dmaap
72   roles:
73     - read