Minor corrections of install guides
[it/dep.git] / ric-aux / helm / dashboard / values.yaml
1 ################################################################################
2 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
3 #   Copyright (c) 2019 Nokia.                                                  #
4 #                                                                              #
5 #   Licensed under the Apache License, Version 2.0 (the "License");            #
6 #   you may not use this file except in compliance with the License.           #
7 #   You may obtain a copy of the License at                                    #
8 #                                                                              #
9 #       http://www.apache.org/licenses/LICENSE-2.0                             #
10 #                                                                              #
11 #   Unless required by applicable law or agreed to in writing, software        #
12 #   distributed under the License is distributed on an "AS IS" BASIS,          #
13 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
14 #   See the License for the specific language governing permissions and        #
15 #   limitations under the License.                                             #
16 ################################################################################
17
18 # Deployment values for dashboard.
19
20
21 dashboard:
22   imagePullPolicy: IfNotPresent
23   image:
24     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
25     name: ric-dashboard
26     tag: 1.3.0
27   replicaCount: 1
28
29   # Service ports are now defined in
30   # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file.
31   # If need to change a service port, make the code change necessary, then
32   # update the _ports.tpl file with the new port number.
33   # The keys listed below MUST be configured in each deployment;
34   # this list does not include all keys recognized by the app.
35
36   # Specify a storage class to bypass the local storage definition.
37   # storageclass:
38   # persist user details as JSON to a persistent volume
39   storagesize: 1Mi
40   # in the container
41   userfile: /dashboard-data/users.json
42   # on the server
43   datapath: /opt/data/dashboard-data
44   
45   # Many URL prefixes use K8S/Kong service names
46   a1med:
47     url:
48       # The default a1mediator prefix is http://ricplt-entry/a1mediator
49       # You can override the value using the following option
50       # prefix:
51       suffix: ''
52   anrxapp:
53     url:
54       # The default anrxapp prefix is http://ricxapp-entry/anr
55       # You can override the value using the following option
56       # prefix:
57       suffix: ''
58   appmgr:
59     url:
60       # The default appmgr prefix is http://ricplt-entry/appmgr
61       # You can override the value using the following option
62       # prefix:
63       suffix: /ric/v1
64   caasingress:
65     # Ignore SSL problems to CaaS-Ingress by enabling this
66     insecure: true
67     aux:
68       url:
69         # The default AUX CaaS-Ingress prefix is TBD
70         # You can override the value using the following option
71         # prefix:
72         suffix: /api
73     plt:
74       url:
75         # The default PLT CaaS-Ingress prefix is TBD
76         # You can override the value using the following option
77         # prefix:
78         suffix: /api
79   e2mgr:
80     url:
81       # The default e2mgr prefix is http://ricplt-entry/e2mgr
82       # You can override the value using the following option
83       # prefix:
84       suffix: /v1
85   cipher:
86     enc:
87       key:
88   portalapi:
89     security: false
90     appname: RIC-Dashboard
91     username: Default
92     password: password
93     ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
94     ecomp_rest_url: http://portal-app:8989/ONAPPORTAL/auxapi
95     ueb_app_key: uebkey
96   metrics:
97     url:
98       ac: http://ric-aux-kibana-server:5601/goto/1234567890abcdef?embed=true
99       mc: http://ric-aux-kibana-server:5601/goto/b35690798f2a32d065f5107aecd84308?embed=true