37d6844436ed0f61444c15714e17b58a7f88bcec
[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   message-router:
65     enabled: true
66   dmaap-bc:
67     enabled: true
68   dmaap-dr-prov:
69     enabled: true
70   dmaap-dr-node:
71     enabled: true
72 oof:
73   enabled: true
74 msb:
75   enabled: true
76 multicloud:
77   enabled: true
78 nbi:
79   enabled: true
80 policy:
81   enabled: true
82 portal:
83   enabled: false
84 robot:
85   enabled: true
86 sdc:
87   enabled: true
88 sdnc:
89   enabled: true
90 so:
91   enabled: true
92 strimzi:
93   enabled: true
94   strimzi-kafka-bridge:
95     enabled: true
96 uui:
97   enabled: true
98 vfc:
99   enabled: true
100 vid:
101   enabled: true
102   ingress:
103     enabled: true
104 vnfsdk:
105   enabled: true
106