hackmdio / codimd-helm

Helm charts for CodiMD
https://artifacthub.io/packages/helm/codimd/codimd
14 stars 27 forks source link

Add livenessProbe to handle automatic pod restarts #4

Closed bascht closed 3 years ago

bascht commented 3 years ago

The current deployment doesn't have a livenessProbe which can lead to the states where the pod is ready but does no longer accept requests. Probing the container for liveness will automatically restart it.

I copied the defaults from the readinessProbe but you might want to adjust it to some better suited defaults.

a60814billy commented 3 years ago

@bascht LGTM