colearendt / helm

Helm charts for miscellaneous services that I use regularly
6 stars 3 forks source link

Enable admin port #56

Closed stranljip closed 1 year ago

stranljip commented 1 year ago

I was trying to make a release and discovered that the readiness probe failed because it returned HTTP 401. In order to address this I have enabled the admin port (see https://postgrest.org/en/stable/references/admin.html#health-check) and set the readiness probe to use that port (/live). I have disabled the possibility to set a custom readinessprobe - not sure if this should stay like this or if it should be optional

colearendt commented 1 year ago

I think this is a great idea! Unfortunately there are a few things about the implementation that are preferable on a public chart:

I took the liberty of fixing this in #59 😄 Thanks!