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=45dc0a110672acae959ddb8cf36baa311a56a1fb;hb=7dcc52697c36fa991a0281cacc732b738337ded6;hp=48da93040fe1edc01b3d068df6e9d0106c88e925;hpb=7f1e409379856025977fc8a6ea04ddb215f21a13;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 48da9304..45dc0a11 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml @@ -15,22 +15,47 @@ # limitations under the License. # ################################################################################ -# Default values for dashboard. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. +# Deployment values for dashboard. -replicaCount: 1 repository: "nexus3.o-ran-sc.org:10004" imagePullPolicy: IfNotPresent repositoryCred: docker-reg-cred dashboard: image: - name: ric-dash-be - tag: 1.0.0-SNAPSHOT - - - service: - type: NodePort - port: 80 - + name: ric-dashboard + tag: 1.2.0 + replicaCount: 1 + + # Service ports are now defined in + # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file. + # If need to change a service port, make the code change necessary, then + # update the _ports.tpl file with the new port number. + + # 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