deis / postgres

A PostgreSQL database used by Deis Workflow.
https://deis.com
MIT License
36 stars 22 forks source link

Add healthcheck for v2.0.0-beta1 #30

Closed slack closed 8 years ago

slack commented 8 years ago

Implement k8s health checks for the service.

bacongobbler commented 8 years ago

We have a script to do health checks. All we need to do is plug into it for the chart: https://github.com/deis/postgres/blob/master/rootfs/bin/is_master

I'm surprised it wasn't in there in the first place!