Skip to content

Commit

Permalink
change threshold in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
charlykeyko committed Mar 13, 2024
1 parent b559d0b commit eaef006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
"containerName": "filplus-ssa-bot",
"containerPort": 3000,
"healthCheck": {
"healthyThreshold": 1,
"unhealthyThreshold": 5,
"healthyThreshold": 2,
"unhealthyThreshold": 2,
"timeoutSeconds": 30,
"intervalSeconds": 60,
"path": "/health",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
"containerName": "filplus-ssa-bot",
"containerPort": 3000,
"healthCheck": {
"healthyThreshold": 1,
"healthyThreshold": 2,
"unhealthyThreshold":5,
"timeoutSeconds": 30,
"intervalSeconds": 60,
Expand Down

0 comments on commit eaef006

Please sign in to comment.