NONRTRIC - PMS Persistent storage of policies and type definitions
[it/dep.git] / nonrtric / RECIPE_EXAMPLE / example_recipe.yaml
index c1b718f..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,6 +129,12 @@ policymanagementservice:
     readiness:
       initialDelaySeconds: 20
       periodSeconds: 10
+    persistence:
+      volumeReclaimPolicy: Retain
+      accessMode: ReadWriteOnce
+      size: 2Gi
+      mountPath: /dockerdata-nfs
+      mountSubPath: nonrtric/policymanagementservice
 
 enrichmentservice:
   enrichmentservice:
@@ -198,4 +204,4 @@ nonrtricgateway:
       periodSeconds: 10
     readiness:
       initialDelaySeconds: 20
-      periodSeconds: 10
\ No newline at end of file
+      periodSeconds: 10