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=e3a129de29dd9a4aaa2659bd4f33c72081e23d22;hb=d32ff1f486548b1a6123761055c2757c5762904f;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..e3a129de 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml @@ -15,11 +15,8 @@ # 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 @@ -27,10 +24,22 @@ repositoryCred: docker-reg-cred dashboard: image: name: ric-dash-be - tag: 1.0.0-SNAPSHOT - - + tag: 1.0.4 + replicaCount: 1 + server: + # Tomcat listens here + port: 8080 service: type: NodePort - port: 80 - + port: 30080 + name: dashboard-service + # config URLs must be specified at deployment + properties: + a1med: + url: http://ricplt-entry/a1mediator + anrxapp: + url: http://ricxapp-entry/anr + e2mgr: + url: http://ricplt-entry/e2mgr + xappmgr: + url: http://ricplt-entry/appmgr \ No newline at end of file