54e2cf3c4f1d8d89e1d0c283e3767aa3ef1a619a
[oom.git] / kubernetes / onap / resources / overrides / onap-all-ingress-nginx-vhost.yaml
1 # Copyright © 2019 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 # This override file enables helm charts for all ONAP applications.
17 ###################################################################
18 #ingress virtualhost based configuration
19 global:
20   ingress:
21     enabled: true
22   addTestingComponents: &testing true
23   centralizedLoggingEnabled: &centralizedLogging false
24 cassandra:
25   enabled: true
26 mariadb-galera:
27   enabled: true
28 postgres:
29   enabled: true
30
31 aaf:
32   enabled: true
33   aaf-sms:
34     cps:
35       # you must always set the same values as value set in cps.enabled
36       enabled: true
37 aai:
38   enabled: true
39 appc:
40   enabled: false
41 cds:
42   enabled: true
43 clamp:
44   enabled: true
45 cli:
46   enabled: true
47 # Today, "contrib" chart that hosting these components must also be enabled
48 # in order to make it work. So `contrib.enabled` must have the same value than
49 # addTestingComponents
50 contrib:
51   enabled: *testing
52 consul:
53   enabled: true
54 cps:
55   enabled: true
56 dcaegen2-services:
57   enabled: true
58 dcaemod:
59   enabled: true
60 holmes:
61   enabled: true
62 dmaap:
63   enabled: true
64 oof:
65   enabled: true
66 msb:
67   enabled: true
68 multicloud:
69   enabled: true
70 nbi:
71   enabled: true
72 policy:
73   enabled: true
74 portal:
75   enabled: false
76 robot:
77   enabled: true
78 sdc:
79   enabled: true
80 sdnc:
81   enabled: true
82 so:
83   enabled: true
84 strimzi:
85   enabled: true
86 uui:
87   enabled: true
88 vfc:
89   enabled: true
90 vid:
91   enabled: true
92   ingress:
93     enabled: true
94 vnfsdk:
95   enabled: true
96