Oteemo / charts

Helm chart repository
https://oteemo.github.io/charts
MIT License
181 stars 234 forks source link

Add a default backend for GCE ingress controller #254

Closed YpNo closed 3 years ago

YpNo commented 3 years ago

if you use GCP as a cloud provider you need to set a default backend to avoid useless default backend created by the gce controller. To add this default backend you must set "ingress.class" annotation with "gce" or "gce-internal" value.

I haven't managed Kubernetes or AWS workaround because I don't know if it is needed (and i'm not aware about those platform)

Let me know if my statements will work as is.