Merge "Add VESPA alert port def"
authorZhe Huang <zhehuang@research.att.com>
Thu, 11 Jun 2020 18:07:19 +0000 (18:07 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 11 Jun 2020 18:07:19 +0000 (18:07 +0000)
nonrtric/RECIPE_EXAMPLE/example_recipe.yaml

index be15681..9692919 100644 (file)
@@ -26,6 +26,7 @@ common:
 
 component: nonrtric
 
+# A1 Conttroller may take few more minutes to start. Increase the initialDelaySeconds in liveness to avoid container restart.
 a1controller:
   a1controller:
     imagePullPolicy: IfNotPresent
@@ -43,7 +44,7 @@ a1controller:
       internalPort2: 8383
       targetPort2: 8443
     liveness:
-      initialDelaySeconds: 60
+      initialDelaySeconds: 300
       periodSeconds: 10
     readiness:
       initialDelaySeconds: 60
@@ -128,4 +129,4 @@ policymanagementservice:
       periodSeconds: 10
     readiness:
       initialDelaySeconds: 20
-      periodSeconds: 10
\ No newline at end of file
+      periodSeconds: 10