Make use msb iag with https
[oom.git] / kubernetes / vfc / 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 global:
16   config:
17     ssl_enabled: false
18     msbprotocol: https
19     msbServiceName: msb-iag
20     msbPort: 443
21     dbServiceName: vfc-db
22     dbPort: 3306
23     dbUser: root
24     mariadbRootPassword: secretpassword
25     redisServiceName: vfc-redis
26     redisPort: 6379
27     reg_to_msb_when_start: False
28   persistence:
29     mountPath: /dockerdata-nfs
30
31 # application configuration
32 config:
33   logstashServiceName: log-ls
34   logstashPort: 5044
35
36 mariadb-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
47 catalog:
48   config:
49     dbPodName: vfc-db
50     dbServiceName: vfc-db
51 nslcm:
52   config:
53     dbPodName: vfc-db
54     dbServiceName: vfc-db
55 # sub-chart configuration
56 vfc-workflow:
57   service:
58     externalPort: 10550
59
60 vfc-workflow-engine:
61   config:
62     workflowPort: 10550