supabase-community / supabase-kubernetes

Helm 3 charts to deploy a Supabase on Kubernetes
Apache License 2.0
415 stars 117 forks source link

Add annotations to kong service #71

Open joeldomke opened 3 months ago

joeldomke commented 3 months ago

What kind of change does this PR introduce?

Allows the addition of annotations for the kong service. This way a static IP can be set.

Additional context

I bumped the version to 0.1.4 because my other PR #69 already uses version 0.1.3

joeldomke commented 3 months ago

This PR was created assuming that this is the correct way to expose the kong service. But this should probably done using the existing Ingress by installing an IngressController into the cluster. So I am not sure whether this PR is still relevant.