Add one-click deployment scripts and override file examples.
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / dashboard / values.yaml
@@ -24,13 +24,13 @@ repository: "nexus3.o-ran-sc.org:10004"
 imagePullPolicy: IfNotPresent
 repositoryCred: docker-reg-cred
 
-
-image:
-  repository: ric-dash-be
-  tag: 1.0.0-SNAPSHOT
-
-
-service:
-  type: NodePort
-  port: 80
-
+dashboard:
+  image:
+    name: ric-dash-be
+    tag: 1.0.0-SNAPSHOT
+  
+  
+  service:
+    type: NodePort
+    port: 80
+