X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2FRECIPE_EXAMPLE%2Fexample_recipe.yaml;h=ca51b5951f96711e936ec50ded1128844f84fe53;hb=f38d71d35163d6b9c36f5b028324d152ccce5eb7;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..ca51b595 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -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