X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2FRECIPE_EXAMPLE%2Fexample_recipe.yaml;h=7efd8e1c5ceb5cf20c499a06c56f8e0203e77ea1;hb=866a34f4a876d61246b67ee6fc9ec066c7960ad2;hp=c1b718f4b12d06f4f2badd57eff34130e42bc39e;hpb=9558fc2dbf36a5cec2a41ec63ddbf35ebe38161b;p=it%2Fdep.git diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index c1b718f4..7efd8e1c 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -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