ac3979ea9da7e874f355f591bb2e6d3e18853fae
[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 cassandra:
24   enabled: true
25 mariadb-galera:
26   enabled: true
27 postgres:
28   enabled: true
29
30 aai:
31   enabled: true
32 cds:
33   enabled: true
34 cli:
35   enabled: true
36 cps:
37   enabled: true
38 dcaegen2-services:
39   enabled: true
40 holmes:
41   enabled: true
42 dmaap:
43   enabled: true
44   message-router:
45     enabled: true
46   dmaap-bc:
47     enabled: true
48   dmaap-dr-prov:
49     enabled: true
50   dmaap-dr-node:
51     enabled: true
52 oof:
53   enabled: true
54 msb:
55   enabled: true
56 multicloud:
57   enabled: true
58 nbi:
59   enabled: true
60 policy:
61   enabled: true
62 robot:
63   enabled: true
64 sdc:
65   enabled: true
66 sdnc:
67   enabled: true
68 so:
69   enabled: true
70 strimzi:
71   enabled: true
72   strimzi-kafka-bridge:
73     enabled: true
74 uui:
75   enabled: true
76 vfc:
77   enabled: true
78 vnfsdk:
79   enabled: true
80