Fix dmaap-dr-node deployment failing
[oom.git] / kubernetes / dmaap / charts / dmaap-data-router / values.yaml
1 # 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 #################################################################
18 global:
19   persistence: {}
20   env:
21     name: AUTO
22   ubuntuInitRepository: oomk8s
23   ubuntuInitImage: ubuntu-init:1.0.0
24
25   config:
26 # dr db configuration
27     mariadb:
28       servicetype: ClusterIP
29       name: dmaap-dr-db
30       portName: dr-db-port
31       internalPort: 3306
32       externalPort: 3306
33       mariadbRootPassword: datarouter
34       userName: datarouter
35       userPassword: datarouter
36       mysqlDatabase: datarouter
37 # dr provisioning server configuration
38     dmaapDrProv:
39       servicetype: NodePort
40       name: dmaap-dr-prov
41       externalPort: 8080
42       externalPort2: 8443
43       internalPort: 8080
44       internalPort2: 8443
45       portName: dr-prov-port
46       portName2: dr-prov-port2
47       nodePort: 59
48       nodePort2: 69
49 # dr node server configuration
50     dmaapDrNode:
51       servicetype: ClusterIP
52       name: dmaap-dr-node
53       externalPort: 8080
54       internalPort: 8080
55       externalPort2: 8443
56       internalPort2: 8443
57       portName: dr-node-port
58       portName2: dr-node-port2