Merge "[OOF] Add make clean target"
[oom.git] / kubernetes / portal / values.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2018, 2020 AT&T
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 global:
17   env:
18     tomcatDir: "/usr/local/tomcat"
19   # portal frontend port
20   portalPort: "8989"
21   portalFEPort: "30225"
22   # application's front end hostname.  Must be resolvable on the client side environment
23   portalHostName: "portal.api.simpledemo.onap.org"
24 config:
25   logstashServiceName: log-ls
26   logstashPort: 5044
27 portal-mariadb:
28   nameOverride: portal-db
29 mariadb:
30   service:
31     name: portal-db
32 widget:
33   service:
34     name: portal-widget
35 cassandra:
36   service:
37     name: portal-cassandra
38   config:
39     cassandraUsername: root
40     cassandraPassword: Aa123456
41 messageRouter:
42   service:
43     name: message-router
44 ingress:
45   enabled: false