helm-charts
helm-charts copied to clipboard
Add custom livenessProbe for Temporal services (Feature Request #653)
What was changed
User can set custom livenessProbe for Frontend/History/Matching services via values.
Why?
Sometimes service can loose connectivity to database and it needs to have a possibility to check this event and restart service to reconnect it to DB.
Checklist
-
Closes #653
-
How was this tested: you can set custom livenessProbe via values.yaml and look at rendered template for deployments.
-
Any docs updates needed? nothing to update
@Temporal-Team @temporal-data any update on this? Would be very happy if you could take a look at this.