From 335de960d9b3f10dfd12b2972b04d18a86d27201 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Thu, 9 Mar 2023 13:07:25 +0100 Subject: [PATCH] Skip sign confirmation, and adding chalice liveness probe (#1026) * chore(helm): chalice updating liveness probe * chore(build): Skip confirmation for signing --------- Signed-off-by: rjshrjndrn --- scripts/helmcharts/build_deploy.sh | 1 + scripts/helmcharts/openreplay/charts/chalice/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/helmcharts/build_deploy.sh b/scripts/helmcharts/build_deploy.sh index c922878d4..f37f26c94 100644 --- a/scripts/helmcharts/build_deploy.sh +++ b/scripts/helmcharts/build_deploy.sh @@ -10,6 +10,7 @@ docker rmi alpine || true # Signing image # cosign sign --key awskms:///alias/openreplay-container-sign image_url:tag +export COSIGN_YES=true # Skip confirmation export SIGN_IMAGE=1 export PUSH_IMAGE=1 export AWS_DEFAULT_REGION="eu-central-1" diff --git a/scripts/helmcharts/openreplay/charts/chalice/values.yaml b/scripts/helmcharts/openreplay/charts/chalice/values.yaml index 3269aa503..c639d9cbd 100644 --- a/scripts/helmcharts/openreplay/charts/chalice/values.yaml +++ b/scripts/helmcharts/openreplay/charts/chalice/values.yaml @@ -121,11 +121,11 @@ affinity: {} healthCheck: livenessProbe: httpGet: - path: / + path: /signup port: 8000 - initialDelaySeconds: 100 - periodSeconds: 15 - timeoutSeconds: 10 + initialDelaySeconds: 120 + periodSeconds: 30 + timeoutSeconds: 15 pvc: