Updated helm charts for e-release
[it/dep.git] / nonrtric / helm / controlpanel / values.yaml
index be16a15..91f233f 100644 (file)
 
 controlpanel:
   imagePullPolicy: IfNotPresent
-  # image registry and tag to be changed after first release of controlpanel
   image:
-    registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
+    registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
     name: nonrtric-controlpanel
-    tag: 1.0.0
-  replicaCount: 1
\ No newline at end of file
+    tag: 2.3.0
+  replicaCount: 1
+  service:
+    allowHttp: true
+    httpName: http
+    internalPort1: 8080
+    targetPort1: 8080
+    externalPort1: 30091
+    httpsName: https
+    internalPort2: 8081
+    targetPort2: 8082
+    externalPort2: 30092
+  liveness:
+    initialDelaySeconds: 20
+    periodSeconds: 10
+  readiness:
+    initialDelaySeconds: 20
+    periodSeconds: 10
+  ingress:
+    enabled: true
\ No newline at end of file