-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cicd actions - action fails on deploy failure (#736)
Initial Changes (for build failures): * Update cd-dev.yaml * Update App.tsx * Update cd-prod.yaml * Update cd-stage.yaml * Revert App.tsx * update cd-dev/prod/stage to check k8 rollout status * break helm thru liveness probe, timeout reduced to 300s for testing * revert values.yaml changes, timeout reset to 1200s Testing Liveliness Probe (for runtime failures): no progress * testing liveness probe, should pass * add runtime errors, backend testing * change backend * frontend break * try this for backend * frontend fix * try: backend should break, frontend should render, but not have anything * weiofjwefi * ????????????? * try * weofij * weffff * wefoij * fix frontend, backend hope break * fix backend, frontend changes * hardcoding a failing livenessProbe Readiness Probe (working): * healthz on backend * use readiness * set timeout to 3 minutes * remove comments --------- Co-authored-by: maxmwang <[email protected]>
- Loading branch information
Showing
6 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters