From 026c01046ad8dde149f288c4c5ae2c47d3bb8f7a Mon Sep 17 00:00:00 2001 From: Alex Pickering Date: Wed, 20 Nov 2024 13:20:07 -0800 Subject: [PATCH] try bump wait time Signed-off-by: Alex Pickering --- .github/workflows/deploy-infra.yaml | 2 +- charts/nodejs/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-infra.yaml b/.github/workflows/deploy-infra.yaml index 5249ec73c5..b4eb6b7d5b 100644 --- a/.github/workflows/deploy-infra.yaml +++ b/.github/workflows/deploy-infra.yaml @@ -561,7 +561,7 @@ jobs: --branch master --path $FLUX_PATH --timeout 5m - –-interval 10m + --interval 10m --components-extra=image-reflector-controller,image-automation-controller --namespace flux-system --cluster arn:aws:eks:$AWS_REGION:$AWS_ACCOUNT_ID:cluster/biomage-$CLUSTER_ENV diff --git a/charts/nodejs/values.yaml b/charts/nodejs/values.yaml index fb25b45e8f..326275536d 100644 --- a/charts/nodejs/values.yaml +++ b/charts/nodejs/values.yaml @@ -51,8 +51,8 @@ livenessProbe: readinessProbe: path: "/" initialDelaySeconds: 30 - timeoutSeconds: 10 - periodSeconds: 10 + timeoutSeconds: 30 + periodSeconds: 30 failureThreshold: 3 successThreshold: 1 scheme: "HTTP"