dirsigler / uptime-kuma-helm

This Helm Chart installs Uptime-Kuma from @louislam to your Kubernetes Cluster.
https://helm.irsigler.cloud
GNU General Public License v3.0
147 stars 51 forks source link

(perf): use new healthcheck #94

Closed maximepiton closed 1 year ago

maximepiton commented 1 year ago

Description of the change

Use the new healthcheck binary introduced in https://github.com/louislam/uptime-kuma/pull/2374 instead of the js one

Benefits

Avoid CPU spikes due to node processes spawn (See https://github.com/louislam/uptime-kuma/issues/2249)

Possible drawbacks

none

Applicable issues

none

Additional information

none

Checklist

dirsigler commented 1 year ago

Thank you very much @maximepiton !

Need to get better with tracking the changes from upstream side...