blob: f8384835a7faa2e2a156440e36bd61b393993a1e [file] [log] [blame]
rshachamfa652a62019-04-03 17:59:41 +00001################################################################################
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
Lott, Christopher (cl778h)3d542732019-06-13 13:57:25 -040018# Deployment values for dashboard.
rshachamfa652a62019-04-03 17:59:41 +000019
Zhe Huang033ab422019-05-20 15:45:42 -040020repository: "nexus3.o-ran-sc.org:10004"
21imagePullPolicy: IfNotPresent
22repositoryCred: docker-reg-cred
23
Zhe Huang7f1e4092019-05-28 16:16:02 -040024dashboard:
25 image:
26 name: ric-dash-be
Lott, Christopher (cl778h)952c85d2019-06-28 14:47:20 -040027 tag: 1.0.5
Lott, Christopher (cl778h)3d542732019-06-13 13:57:25 -040028 replicaCount: 1
29 server:
30 # Tomcat listens here
31 port: 8080
Zhe Huang7f1e4092019-05-28 16:16:02 -040032 service:
33 type: NodePort
Lott, Christopher (cl778h)3d542732019-06-13 13:57:25 -040034 port: 30080
35 name: dashboard-service
36 # config URLs must be specified at deployment
37 properties:
38 a1med:
wriderd32ff1f2019-06-26 21:25:21 -040039 url: http://ricplt-entry/a1mediator
Lott, Christopher (cl778h)3d542732019-06-13 13:57:25 -040040 anrxapp:
wriderd32ff1f2019-06-26 21:25:21 -040041 url: http://ricxapp-entry/anr
Lott, Christopher (cl778h)3d542732019-06-13 13:57:25 -040042 e2mgr:
wriderd32ff1f2019-06-26 21:25:21 -040043 url: http://ricplt-entry/e2mgr
Lott, Christopher (cl778h)3d542732019-06-13 13:57:25 -040044 xappmgr:
Lott, Christopher (cl778h)952c85d2019-06-28 14:47:20 -040045 url: http://ricplt-entry/appmgr