Multiple A1 Version
[it/dep.git] / nonrtric / RECIPE_EXAMPLE / example_recipe.yaml
index 0968601..bc9b179 100644 (file)
@@ -39,15 +39,20 @@ a1controller:
     externalPort: 8282
 
 a1simulator:
-  instanceName: a1-sim
+  name: a1-sim
   imagePullPolicy: IfNotPresent
   image:
-    registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-    name: near-rt-ric-simulator
+    registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
+    name: a1-simulator
     tag: 1.0.1
-  replicaCount: 2
   service:
     internalPort: 8085
+  oscVersion:
+    name: a1-sim-osc
+    replicaCount: 2
+  stdVersion:
+    name: a1-sim-std
+    replicaCount: 2
 
 controlpanel:
   imagePullPolicy: IfNotPresent