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:
parent
af5699c7b1
commit
335de960d9
2 changed files with 5 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue