9a090c1a417d62f15acd22445c54585e1b82af91
[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 appc:
41   enabled: false
42 cds:
43   enabled: true
44 clamp:
45   enabled: true
46 cli:
47   enabled: true
48 # Today, "contrib" chart that hosting these components must also be enabled
49 # in order to make it work. So `contrib.enabled` must have the same value than
50 # addTestingComponents
51 contrib:
52   enabled: *testing
53 consul:
54   enabled: true
55 cps:
56   enabled: true
57 dcaegen2-services:
58   enabled: true
59 dcaemod:
60   enabled: true
61 holmes:
62   enabled: true
63 dmaap:
64   enabled: true
65   message-router:
66     enabled: true
67   dmaap-bc:
68     enabled: true
69   dmaap-dr-prov:
70     enabled: true
71   dmaap-dr-node:
72     enabled: true
73 oof:
74   enabled: true
75 msb:
76   enabled: true
77 multicloud:
78   enabled: true
79 nbi:
80   enabled: true
81 policy:
82   enabled: true
83 portal:
84   enabled: false
85 robot:
86   enabled: true
87 sdc:
88   enabled: true
89 sdnc:
90   enabled: true
91 so:
92   enabled: true
93 strimzi:
94   enabled: true
95   strimzi-kafka-bridge:
96     enabled: true
97 uui:
98   enabled: true
99 vfc:
100   enabled: true
101 vid:
102   enabled: true
103   ingress:
104     enabled: true
105 vnfsdk:
106   enabled: true
107