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 <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2023-03-09 13:07:25 +01:00 committed by GitHub
parent af5699c7b1
commit 335de960d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -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"

View file

@ -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: