X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Fvalues.yaml;fp=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Fvalues.yaml;h=eb94646073a91f7eec1c184dcd1ffa9117a4baa2;hb=3d542731ce43e665288f769989f60be45cabb49a;hp=48da93040fe1edc01b3d068df6e9d0106c88e925;hpb=f5f0e8d28a18f8b7cb6c934a0a943ed8fc494846;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..eb946460 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://values-yaml-default-A1-URL + anrxapp: + url: http://values-yaml-default-ANR-URL + e2mgr: + url: http://values-yaml-default-E2-URL + xappmgr: + url: http://values-yaml-default-MGR-URL