X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Fvalues.yaml;h=77a3a5cd13585bdde2b64e1a65647896497da5a6;hb=b40448785de1a21c690a4a8c86c9956391dc2b65;hp=eb94646073a91f7eec1c184dcd1ffa9117a4baa2;hpb=965f7358a315dfd95a4098e0f64ad3368c9c7759;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml index eb946460..77a3a5cd 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml @@ -23,23 +23,38 @@ repositoryCred: docker-reg-cred dashboard: image: - name: ric-dash-be - tag: 1.0.4 + name: ric-dashboard + tag: 1.2.0 replicaCount: 1 - server: - # Tomcat listens here - port: 8080 service: - type: NodePort - port: 30080 - name: dashboard-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: http://values-yaml-default-A1-URL + url: + # The default a1mediator endpoint is http://ricplt-entry/a1mediator + # You can override the a1mediator endpoint using the following option + # prefix: + suffix: '' anrxapp: - url: http://values-yaml-default-ANR-URL + 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: http://values-yaml-default-E2-URL - xappmgr: - url: http://values-yaml-default-MGR-URL + url: + # The default e2mgr endpoint is http://ricplt-entry/e2mgr + # You can override the e2mgr endpoint using the following option + # prefix: + suffix: /v1