forked from janus-idp/helm-backstage
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adjust startup, liveness and readiness probes settings (#50)
* Adjust startup, liveness and readiness probes settings Startup probe settings seem to have been added in the upstream Backstage Chart in [1], but the current settings do not allow the RHDH Chart for the liveness probe to be triggered sufficiently enough for the app to be considered live. This adjust such settings by accounting for the worst case scenario where the application might take a bit long to start. This also aligns the probe endpoints with the upstream chart. [1] backstage/charts#216 * Update Chart version * Update charts/backstage/values.yaml Co-authored-by: Patrick Knight <[email protected]> Co-authored-by: Gustavo Lira e Silva <[email protected]> * Add comment explaining why there is no 'initialDelaySeconds' on both liveness and readiness probes Co-authored-by: Nick Boldt <[email protected]> --------- Co-authored-by: Patrick Knight <[email protected]> Co-authored-by: Gustavo Lira e Silva <[email protected]> Co-authored-by: Nick Boldt <[email protected]>
- Loading branch information
1 parent
a58aa25
commit f866790
Showing
3 changed files
with
30 additions
and
10 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