################################################################################ # Copyright (c) 2019 AT&T Intellectual Property. # # Copyright (c) 2019 Nokia. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # # You may obtain a copy of the License at # # # # http://www.apache.org/licenses/LICENSE-2.0 # # # # Unless required by applicable law or agreed to in writing, software # # distributed under the License is distributed on an "AS IS" BASIS, # # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # # See the License for the specific language governing permissions and # # limitations under the License. # ################################################################################ # Deployment values for dashboard. repository: "nexus3.o-ran-sc.org:10004" imagePullPolicy: IfNotPresent repositoryCred: docker-reg-cred dashboard: image: name: ric-dashboard tag: 1.2.0 replicaCount: 1 service: http: nodeport: 30080 # Tomcat listens here containerPort: 8080 # config URLs must be specified at deployment properties: # The URL prefixes use K8S/Kong service names a1med: url: # The default a1mediator endpoint is http://ricplt-entry/a1mediator # You can override the a1mediator endpoint using the following option # prefix: suffix: '' anrxapp: url: # The default anrxapp endpoint is http://ricxapp-entry/anr # You can override the anrxapp endpoint using the following option # prefix: suffix: '' appmgr: url: # The default appmgr endpoint is http://ricplt-entry/appmgr # You can override the appmgr endpoint using the following option # prefix: suffix: /ric/v1 e2mgr: url: # The default e2mgr endpoint is http://ricplt-entry/e2mgr # You can override the e2mgr endpoint using the following option # prefix: suffix: /v1