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