blob: eb6638b18bc347b3c0c29443ddf8b17183047b36 [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# 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
mahendrr08c3f452018-04-12 06:57:07 +000015global:
16 config:
yangyanaaeedab2020-02-06 10:27:01 +080017 ssl_enabled: false
18 msbprotocol: https
mahendrr08c3f452018-04-12 06:57:07 +000019 msbServiceName: msb-iag
yangyanaaeedab2020-02-06 10:27:01 +080020 msbPort: 443
Bharath Thiruveedula63070de2018-08-16 10:08:52 +053021 dbServiceName: vfc-db
22 dbPort: 3306
yangyane9871c52019-04-04 16:28:28 +080023 dbUser: root
24 mariadbRootPassword: secretpassword
25 redisServiceName: vfc-redis
26 redisPort: 6379
yangyanaaeedab2020-02-06 10:27:01 +080027 reg_to_msb_when_start: False
yangyanyj9e05b262019-02-01 17:31:40 +080028 persistence:
29 mountPath: /dockerdata-nfs
mahendrr08c3f452018-04-12 06:57:07 +000030
Mike Elliott6ba69cd2018-04-03 16:37:06 -040031# application configuration
32config:
33 logstashServiceName: log-ls
34 logstashPort: 5044
35
yangyane9871c52019-04-04 16:28:28 +080036mariadb-galera:
37 nameOverride: vfc-mariadb
38 service:
39 name: vfc-db
40 portName: vfc-db
41 nfsprovisionerPrefix: vfc
42 persistence:
43 mountSubPath: vfc/data
44 enabled: true
45 disableNfsProvisioner: true
46
47catalog:
48 config:
49 dbPodName: vfc-db
50 dbServiceName: vfc-db
51nslcm:
52 config:
53 dbPodName: vfc-db
54 dbServiceName: vfc-db
Mike Elliott6ba69cd2018-04-03 16:37:06 -040055# sub-chart configuration
56vfc-workflow:
57 service:
58 externalPort: 10550
59
60vfc-workflow-engine:
61 config:
mahendrr08c3f452018-04-12 06:57:07 +000062 workflowPort: 10550