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"