I'm searching for a Helm chart for PostgREST, but I'm a bit skeptical about the results I've found online. I previously used FRINXio's version, but their GitHub repo has been archived. Can anyone recommend a legitimate chart or share their experiences?
2 Answers
When it comes to the Helm charts you find online, be sure to evaluate what each chart does before deploying it. I came across one that looks good: https://artifacthub.io/packages/helm/colearendt/postgrest. I’d also recommend CNPG again, though that's more of a general suggestion than a specific answer to your question.
You might want to check out Cloud Native PostgreSQL (CNPG). It's a highly regarded operator for Postgres, and while it's not a direct answer for PostgREST, it's definitely top-notch.
I didn't know about that! But I was specifically hoping to find something for PostgREST.

The colearendt chart is what I've started on.