Merge "Add helm chart for NONRTRIC rAPP Catalogue"
[it/dep.git] / nonrtric / RECIPE_EXAMPLE / example_recipe.yaml
index b759e11..ca51b59 100644 (file)
@@ -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