Extend K8S and RIC installation instructions
[it/dep.git] / ric-aux / helm / 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   nodePortPrefix: 302
18   env:
19     tomcatDir: "/opt/apache-tomcat-8.0.37"
20   # portal frontend port
21   portalPort: "8989"
22   portalFEPort: "30225"
23   # application's front end hostname.  Must be resolvable on the client side environment
24   portalHostName: "portal.api.simpledemo.onap.org"
25   cookieDomain: "onap.org"
26   keystoreFile: "keystoreONAPPortal.p12"
27   truststoreFile: "truststoreONAPall.jks"
28   keypass: ",@{9!OOv%HO@#c+0Z}axu!xV"
29   trustpass: "changeit"
30
31 config:
32   logstashServiceName: log-ls
33   logstashPort: 5044
34   
35 portal-mariadb:
36   nameOverride: portal-db
37
38 mariadb:
39   service:
40     name: portal-db
41 widget:
42   service:
43     name: portal-widget
44 cassandra:
45   service:
46     name: portal-cassandra
47   config:
48     cassandraUsername: root
49     cassandraPassword: Aa123456
50 zookeeper:
51   service:
52     name: portal-zookeeper
53
54 messageRouter:
55   service:
56     name: message-router