Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix livenessProbe #169

Merged
merged 2 commits into from
Jun 28, 2024
Merged

fix livenessProbe #169

merged 2 commits into from
Jun 28, 2024

Conversation

dirsigler
Copy link
Owner

Description of the change

  • Make livenessProbe and readinessProbe configurable
  • Provide sane default values
  • Remove again "node" command from livenessProbe

Benefits

Fix deployment.

Possible drawbacks

N/A

Applicable issues

Additional information

The "node" healthcheck is deprecated and should not be used. The merge of previous PR which implemented this was a mistake.
https://github.com/louislam/uptime-kuma/blob/ae224f9e188b1fc32ed8729818710975589cdce7/extra/healthcheck.js#L6

A default delay of 180 seconds is recommend by Uptime-Kuma until the healthcheck command is called.
https://github.com/louislam/uptime-kuma/blob/ae224f9e188b1fc32ed8729818710975589cdce7/extra/healthcheck.go#L3

Checklist

  • Chart version bumped in Chart.yaml according to semver.
  • Variables are documented in the README.md

@dirsigler dirsigler merged commit 7025cba into main Jun 28, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Liveness probe failing since 2.19.0
1 participant