Update the docker image for Cherry release
[it/dep.git] / nonrtric / RECIPE_EXAMPLE / example_recipe.yaml
index b759e11..08c8407 100644 (file)
@@ -57,7 +57,7 @@ a1simulator:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: a1-simulator
-      tag: 2.0.0
+      tag: 2.1.0
     service:
       allowHttp: true
       httpName: http
@@ -87,7 +87,7 @@ controlpanel:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: nonrtric-controlpanel
-      tag: 2.0.0
+      tag: 2.1.0
     replicaCount: 1
     service:
       allowHttp: true
@@ -113,7 +113,7 @@ policymanagementservice:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: nonrtric-policy-agent
-      tag: 2.0.1
+      tag: 2.1.0
     service:
       allowHttp: true
       httpName: http
@@ -216,4 +216,27 @@ enrichmentservice:
       accessMode: ReadWriteOnce
       size: 2Gi
       mountPath: /dockerdata-nfs
-      mountSubPath: nonrtric/enrichmentservice
\ No newline at end of file
+      mountSubPath: nonrtric/enrichmentservice
+rappcatalogueservice:
+  rappcatalogueservice:
+    imagePullPolicy: IfNotPresent
+    image:
+      registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
+      name: nonrtric-r-app-catalogue
+      tag: 1.0.0
+    service:
+      allowHttp: true
+      httpName: http
+      internalPort1: 9085
+      targetPort1: 8080
+      externalPort1: 30097
+      httpsName: https
+      internalPort2: 9086
+      targetPort2: 8433
+      externalPort2: 30098
+    liveness:
+      initialDelaySeconds: 20
+      periodSeconds: 10
+    readiness:
+      initialDelaySeconds: 20
+      periodSeconds: 10
\ No newline at end of file