From 7a9347027915cac37def5893653b51e02d776106 Mon Sep 17 00:00:00 2001 From: Lathish Date: Thu, 4 Jun 2020 13:14:41 +0100 Subject: [PATCH] Bug Fix: Increased the initialdelay for liveness probe test Issue-ID: NONRTRIC-244 Change-Id: I5495a0d09ebd0fcc172dd2b90d284fd1b4cd1a82 Signed-off-by: Lathish --- nonrtric/RECIPE_EXAMPLE/example_recipe.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index be156819..96929195 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -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 -- 2.16.6