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