Merge "[VID] Remove VID charts and refs"
[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     enable_all: true
23   addTestingComponents: &testing true
24   centralizedLoggingEnabled: &centralizedLogging false
25 cassandra:
26   enabled: true
27 mariadb-galera:
28   enabled: true
29 postgres:
30   enabled: true
31
32 aaf:
33   enabled: true
34   aaf-sms:
35     cps:
36       # you must always set the same values as value set in cps.enabled
37       enabled: true
38 aai:
39   enabled: true
40 cds:
41   enabled: true
42 clamp:
43   enabled: true
44 cli:
45   enabled: true
46 # Today, "contrib" chart that hosting these components must also be enabled
47 # in order to make it work. So `contrib.enabled` must have the same value than
48 # addTestingComponents
49 contrib:
50   enabled: *testing
51 consul:
52   enabled: true
53 cps:
54   enabled: true
55 dcaegen2-services:
56   enabled: true
57 holmes:
58   enabled: true
59 dmaap:
60   enabled: true
61   message-router:
62     enabled: true
63   dmaap-bc:
64     enabled: true
65   dmaap-dr-prov:
66     enabled: true
67   dmaap-dr-node:
68     enabled: true
69 oof:
70   enabled: true
71 msb:
72   enabled: true
73 multicloud:
74   enabled: true
75 nbi:
76   enabled: true
77 policy:
78   enabled: true
79 portal:
80   enabled: false
81 robot:
82   enabled: true
83 sdc:
84   enabled: true
85 sdnc:
86   enabled: true
87 so:
88   enabled: true
89 strimzi:
90   enabled: true
91   strimzi-kafka-bridge:
92     enabled: true
93 uui:
94   enabled: true
95 vfc:
96   enabled: true
97 vnfsdk:
98   enabled: true
99