-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add liveness and readiness probes to koperator's manager pod (#1050)
* feat: add liveness/readiness probes * add extra dash * remove unnecessary quotes * move import healthz import to the third parties * relocate the liveness and readiness probe definitions in manager.yaml file * rename health-probes to liveness-readiness-probe * add missing equal sign * relocate wrongly placed error block * rename healthProbe to livenessReadinessProbe in helm charts * rename liveness-readiness-probe to health-probes because of k8s's name length limitations * rename liveness-readiness-probe to health-probes because of k8s's name length limitations * revert rename of health-probe * remove redundant default value for health probes port definition * remove redundant default value for health probes port definition * remove redundant default value for health probes port definition * remove redundant default value for health probes port definition * add failure threshold because of e2e tests * increase the number of failure threshold --------- Co-authored-by: Marton Barta <[email protected]>
- Loading branch information
Showing
4 changed files
with
64 additions
and
13 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