Using common template port numbers
[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.0
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
35   # config URLs must be specified at deployment
36   properties:
37     # The URL prefixes use K8S/Kong service names
38     a1med:
39       url:
40         # The default a1mediator endpoint is http://ricplt-entry/a1mediator
41         # You can override the a1mediator endpoint using the following option
42         # prefix:
43         suffix: ''
44     anrxapp:
45       url:
46         # The default anrxapp endpoint is http://ricxapp-entry/anr
47         # You can override the anrxapp endpoint using the following option
48         # prefix:
49         suffix: ''
50     appmgr:
51       url:
52         # The default appmgr endpoint is http://ricplt-entry/appmgr
53         # You can override the appmgr endpoint using the following option
54         # prefix:
55         suffix: /ric/v1
56     e2mgr:
57       url:
58         # The default e2mgr endpoint is http://ricplt-entry/e2mgr
59         # You can override the e2mgr endpoint using the following option
60         # prefix:
61         suffix: /v1