719116b7dda3982d9ac2db34e6161676a834be07
[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   keystoreFile: "keystoreONAPPortal.jks"
24   truststoreFile: "truststoreONAPall.jks"
25   keypass: "changeit"
26   trustpass: "changeit"
27
28 config:
29   logstashServiceName: log-ls
30   logstashPort: 5044
31   
32 portal-mariadb:
33   nameOverride: portal-db
34
35 mariadb:
36   service:
37     name: portal-db
38 widget:
39   service:
40     name: portal-widget
41 cassandra:
42   service:
43     name: portal-cassandra
44   config:
45     cassandraUsername: root
46     cassandraPassword: Aa123456
47 zookeeper:
48   service:
49     name: portal-zookeeper
50
51 messageRouter:
52   service:
53     name: message-router