Fixed issue found in integration testing
[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   portalFEPort: "30225"
22   # application's front end hostname.  Must be resolvable on the client side environment
23   portalHostName: "portal.api.simpledemo.onap.org"
24   keystoreFile: "keystoreONAPPortal.p12"
25   truststoreFile: "truststoreONAPall.jks"
26   keypass: ",@{9!OOv%HO@#c+0Z}axu!xV"
27   trustpass: "changeit"
28
29 config:
30   logstashServiceName: log-ls
31   logstashPort: 5044
32   
33 portal-mariadb:
34   nameOverride: portal-db
35
36 mariadb:
37   service:
38     name: portal-db
39 widget:
40   service:
41     name: portal-widget
42 cassandra:
43   service:
44     name: portal-cassandra
45   config:
46     cassandraUsername: root
47     cassandraPassword: Aa123456
48 zookeeper:
49   service:
50     name: portal-zookeeper
51
52 messageRouter:
53   service:
54     name: message-router