Align nonrtric products to release f
[it/dep.git] / nonrtric / helm / a1simulator / values.yaml
index af7ff5d..8d7fb32 100644 (file)
 # Declare variables to be passed into your templates.
 
 a1simulator:
-  instanceName: a1-sim1
+  name: a1-sim
   imagePullPolicy: IfNotPresent
   image:
-    registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-    name: near-rt-ric-simulator
-    tag: 1.0.1
+    registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
+    name: a1-simulator
+    tag: 2.3.0
+  service:
+    allowHttp: true
+    httpName: http
+    internalPort1: 8085
+    targetPort1: 8085
+    httpsName: https
+    internalPort2: 8185
+    targetPort2: 8185
+  liveness:
+    initialDelaySeconds: 20
+    periodSeconds: 10
+  readiness:
+    initialDelaySeconds: 20
+    periodSeconds: 10
+  oscVersion:
+    name: a1-sim-osc
+    replicaCount: 2
+  stdVersion:
+    name: a1-sim-std
+    replicaCount: 2
+  stdVersion2:
+    name: a1-sim-std2
+    replicaCount: 2
+