Extend K8S and RIC installation instructions
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / 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 repository: "nexus3.o-ran-sc.org:10004"
21 imagePullPolicy: IfNotPresent
22 repositoryCred: docker-reg-cred
23
24 dashboard:
25   image:
26     name: ric-dashboard
27     tag: 1.2.2
28   replicaCount: 1
29
30   # Service ports are now defined in
31   # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file.
32   # If need to change a service port, make the code change necessary, then
33   # update the _ports.tpl file with the new port number.
34   # The keys listed below MUST be configured in each deployment;
35   # this list does not include all keys recognized by the app.
36
37   # Specify a storage class to bypass the local storage definition.
38   # storageclass:
39   # persist user details as JSON to a persistent volume
40   storagesize: 1Mi
41   # in the container
42   userfile: /dashboard-data/users.json
43   # on the server
44   datapath: /opt/data/dashboard-data
45   
46   # Many URL prefixes use K8S/Kong service names
47   a1med:
48     url:
49       # The default a1mediator prefix is http://ricplt-entry/a1mediator
50       # You can override the value using the following option
51       # prefix:
52       suffix: ''
53   anrxapp:
54     url:
55       # The default anrxapp prefix is http://ricxapp-entry/anr
56       # You can override the value using the following option
57       # prefix:
58       suffix: ''
59   appmgr:
60     url:
61       # The default appmgr prefix is http://ricplt-entry/appmgr
62       # You can override the value using the following option
63       # prefix:
64       suffix: /ric/v1
65   caasingress:
66     # Ignore SSL problems to CaaS-Ingress by enabling this
67     insecure: true
68     aux:
69       url:
70         # The default AUX CaaS-Ingress prefix is TBD
71         # You can override the value using the following option
72         # prefix:
73         suffix: /api
74     plt:
75       url:
76         # The default PLT CaaS-Ingress prefix is TBD
77         # You can override the value using the following option
78         # prefix:
79         suffix: /api
80   e2mgr:
81     url:
82       # The default e2mgr prefix is http://ricplt-entry/e2mgr
83       # You can override the value using the following option
84       # prefix:
85       suffix: /v1
86   cipher:
87     enc:
88       key:
89   portalapi:
90     security: false
91     appname: RIC-Dashboard
92     username: Default
93     password: password
94     ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
95     ecomp_rest_url: http://portal-app:8989/ONAPPORTAL/auxapi
96     ueb_app_key: uebkey
97   metrics:
98     url:
99       ac: http://ric-aux-kibana-server:5601/goto/1234567890abcdef?embed=true
100       mc: http://ric-aux-kibana-server:5601/goto/b35690798f2a32d065f5107aecd84308?embed=true