blob: 1a4feec6597adeb26df603ac201346534f2c1206 [file] [log] [blame]
Fiachra Corcoranbe966552018-08-07 16:58:45 +01001# Copyright © 2017 Amdocs, Bell Canada
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# DMaap Data Router Global config defaults.
17#################################################################
18global:
Fiachra Corcoranbe966552018-08-07 16:58:45 +010019 env:
20 name: AUTO
21 ubuntuInitRepository: oomk8s
22 ubuntuInitImage: ubuntu-init:1.0.0
23
24 config:
Fiachra Corcoranbe966552018-08-07 16:58:45 +010025# dr provisioning server configuration
26 dmaapDrProv:
27 servicetype: NodePort
28 name: dmaap-dr-prov
29 externalPort: 8080
30 externalPort2: 8443
31 internalPort: 8080
32 internalPort2: 8443
33 portName: dr-prov-port
34 portName2: dr-prov-port2
35 nodePort: 59
36 nodePort2: 69
37# dr node server configuration
38 dmaapDrNode:
39 servicetype: ClusterIP
40 name: dmaap-dr-node
41 externalPort: 8080
Fiachra Corcoranbe966552018-08-07 16:58:45 +010042 externalPort2: 8443
efiacor01b04082019-01-24 17:13:58 +000043 internalPort: 8080
Fiachra Corcoranbe966552018-08-07 16:58:45 +010044 internalPort2: 8443
45 portName: dr-node-port
46 portName2: dr-node-port2
efiacor01b04082019-01-24 17:13:58 +000047# dr-prov db configuration
48 dmaapDrDb:
49 mariadbServiceName: dmaap-dr-db-svc
50 mariadbServicePort: 3306
51 mariadbContName: dmaap-dr-db
52
53# mariadb-galera configuration
54mariadb:
55 name: dmaap-dr-db
56 nameOverride: dmaap-dr-db
57 replicaCount: 2
58 config:
59 mariadbRootPassword: datarouter
60 userName: datarouter
61 userPassword: datarouter
62 mysqlDatabase: datarouter
63 service:
64 name: dmaap-dr-db-svc
65 portName: dmaap-dr-db-svc
66 nfsprovisionerPrefix: dmaap-dr-db
67 persistence:
68 size: 1Gi
69 mountSubPath: data-router/dr-db-data
70 disableNfsProvisioner: true