This patch introduces a new structure of the it/dep repo.
[it/dep.git] / aux / 80-Auxiliary-Functions / helm / dashboard / values.yaml
 #   limitations under the License.                                             #
 ################################################################################
 
-# Default values for rtmgr.
+# Default values for dashboard.
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.
 
+replicaCount: 1
+repository: "nexus3.o-ran-sc.org:10004"
+imagePullPolicy: IfNotPresent
+repositoryCred: docker-reg-cred
+
+
 image:
-  repository: "${__RUNRICENV_DOCKER_HOST__}:${__RUNRICENV_DOCKER_PORT__}"
-  repositoryCred: docker-reg-cred
-  name: rtmgr
-  tag: 0.0.2
-  pullPolicy: IfNotPresent
+  repository: ric-dash-be
+  tag: 1.0.0-SNAPSHOT
+
 
 service:
-  type: ClusterIP
-  nano:
-    port: 5656
-    target_port: 4560
-    protocol: "TCP"
-    name: "nano-port"
+  type: NodePort
+  port: 80