NONRTRIC - PMS Persistent storage of policies and type definitions
[it/dep.git] / nonrtric / RECIPE_EXAMPLE / example_recipe.yaml
index fc81dfa..7efd8e1 100644 (file)
@@ -23,7 +23,7 @@ common:
 # Change the namespaces using the following options
   namespace:
     nonrtric: nonrtric
-
+# any nonrtric chart can be installed: nonrtric (all components), controlpanel, a1controller, a1simulator, policymanagementservice, enrichmentservice, rappcatalogueservice, nonrtricgateway
 component: nonrtric
 
 # A1 Conttroller may take few more minutes to start. Increase the initialDelaySeconds in liveness to avoid container restart.
@@ -129,14 +129,20 @@ policymanagementservice:
     readiness:
       initialDelaySeconds: 20
       periodSeconds: 10
+    persistence:
+      volumeReclaimPolicy: Retain
+      accessMode: ReadWriteOnce
+      size: 2Gi
+      mountPath: /dockerdata-nfs
+      mountSubPath: nonrtric/policymanagementservice
 
 enrichmentservice:
   enrichmentservice:
     imagePullPolicy: IfNotPresent
     image:
-      registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
+      registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
       name: 'nonrtric-enrichment-coordinator-service'
-      tag: 1.0.0
+      tag: 1.1.0
     service:
       allowHttp: true
       httpName: http
@@ -198,4 +204,4 @@ nonrtricgateway:
       periodSeconds: 10
     readiness:
       initialDelaySeconds: 20
-      periodSeconds: 10
\ No newline at end of file
+      periodSeconds: 10