Merge "Update VFC release version in oom"
[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     redisServiceName: vfc-redis
22     redisPort: 6379
23     reg_to_msb_when_start: False
24     mariadb_admin: root
25   persistence:
26     mountPath: /dockerdata-nfs
27
28 #################################################################
29 # Secrets metaconfig
30 #################################################################
31 secrets:
32   - uid: "db-root-pass"
33     name: &dbRootPassSecret '{{ include "common.release" . }}-vfc-db-root-pass'
34     type: password
35     password: '{{ .Values.config.mariadbRootPassword }}'
36
37 # application configuration
38 config:
39   logstashServiceName: log-ls
40   logstashPort: 5044
41
42 mariadb-galera:
43   config:
44     mariadbRootPasswordExternalSecret: *dbRootPassSecret
45   nameOverride: vfc-mariadb
46   service:
47     name: vfc-mariadb
48     portName: vfc-mariadb
49   nfsprovisionerPrefix: vfc
50   persistence:
51     mountSubPath: vfc/data
52     enabled: true
53   disableNfsProvisioner: true
54
55 db: &dbConfig
56   mariadbService: vfc-mariadb
57   mariadbPort: 3306
58   mariadbRootPasswordExternalSecret: *dbRootPassSecret
59
60 vfc-catalog:
61   config:
62     << : *dbConfig
63
64 vfc-nslcm:
65   config:
66     << : *dbConfig
67
68 vfc-vnflcm:
69   config:
70     << : *dbConfig
71
72 vfc-vnfmgr:
73   config:
74     << : *dbConfig
75
76 vfc-vnfres:
77   config:
78     << : *dbConfig
79
80 # sub-chart configuration
81 vfc-workflow:
82   service:
83     externalPort: 10550
84
85 vfc-workflow-engine:
86   config:
87     workflowPort: 10550