helm-charts
helm-charts copied to clipboard
feat: Enable LivenessProbe for workers
What was changed
This pull request removes the loop to not add livenessProbe for workers
Why?
Every service should have a livenessProbe, in case of failure the kubelet be capable to restart the pod.
Checklist
-
Closes #298
-
How was this tested: It was applied via helm in our cluster.
-
Any docs updates needed? No
@gracco you might want to check to the reasons why that conditional has been put in place before wiring this change. See here https://github.com/temporalio/helm-charts/pull/74#issue-701518539