X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2FRECIPE_EXAMPLE%2Fexample_recipe.yaml;h=08c84079f6c29d479aafe645b5d842a57f91bad8;hb=refs%2Fchanges%2F37%2F5337%2F2;hp=b759e11aec9f6534e04203aa0ab5ce70f117c433;hpb=16d1788c8835feb3bf819711704cb63a2116c829;p=it%2Fdep.git diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index b759e11a..08c84079 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -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