751f84814ce77388e4b4d87f77aa3ffdabd3bbc7
[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:
57   enabled: true
58 dcaegen2-services:
59   enabled: true
60 dcaemod:
61   enabled: true
62 holmes:
63   enabled: true
64 dmaap:
65   enabled: true
66 oof:
67   enabled: true
68 msb:
69   enabled: true
70 multicloud:
71   enabled: true
72 nbi:
73   enabled: true
74 policy:
75   enabled: true
76 portal:
77   enabled: false
78 robot:
79   enabled: true
80 sdc:
81   enabled: true
82 sdnc:
83   enabled: true
84 so:
85   enabled: true
86 strimzi:
87   enabled: true
88 uui:
89   enabled: true
90 vfc:
91   enabled: true
92 vid:
93   enabled: true
94   ingress:
95     enabled: true
96 vnfsdk:
97   enabled: true
98