Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / portal / values.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2018 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: "/opt/apache-tomcat-8.0.37"
19   # portal frontend port
20   portalPort: "8989"
21   # application's front end hostname.  Must be resolvable on the client side environment
22   portalHostName: "portal.api.simpledemo.onap.org"
23
24 config:
25   logstashServiceName: log-ls
26   logstashPort: 5044
27
28 portal-mariadb:
29   nameOverride: portal-db
30
31 mariadb:
32   service:
33     name: portal-db
34 widget:
35   service:
36     name: portal-widget
37 cassandra:
38   service:
39     name: portal-cassandra
40   config:
41     cassandraUsername: root
42     cassandraPassword: Aa123456
43 zookeeper:
44   service:
45     name: portal-zookeeper
46
47 messageRouter:
48   service:
49     name: message-router