Update the docker image for Cherry release
[it/dep.git] / nonrtric / helm / a1controller / values.yaml
index 6b0e5d3..11e8a0d 100644 (file)
@@ -22,8 +22,19 @@ a1controller:
   image:
     registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
     name: nonrtric-a1-controller
-    tag: 1.7.4
+    tag: 2.0.1
   replicaCount: 1
   service:
-    internalPort: 8181
-    externalPort: 8282
\ No newline at end of file
+    allowHttp: true
+    httpName: http
+    internalPort1: 8282
+    targetPort1: 8181
+    httpsName: https
+    internalPort2: 8383
+    targetPort2: 8443
+  liveness:
+    initialDelaySeconds: 60
+    periodSeconds: 10
+  readiness:
+    initialDelaySeconds: 60
+    periodSeconds: 10