charts icon indicating copy to clipboard operation
charts copied to clipboard

Automagic support for arm64 deployments

Open sdlarsen opened this issue 2 years ago • 2 comments

The image for the default-backend defaults to k8s.gcr.io/defaultbackend-amd64 in the helm chart, which naturally fails when deploying on arm64. It would be nice to have it point to a manifest with all supported architectures (at least amd64/arm64)

sdlarsen avatar Aug 09 '22 06:08 sdlarsen

Thanks I'll have a look on the options out there. In the mean time you can try simply not to enable the default backend, haproxy ingress will make haproxy to expose a simple 404 page itself if the default backend isn't configured. Other than that since v0.14 you can also create your own 404 page, maybe you want to give this a try.

jcmoraisjr avatar Aug 10 '22 10:08 jcmoraisjr

Thanks @jcmoraisjr, disabling the default-backend didn't work out for me at first glance anyway (something with not getting any certs from cert-manager). I'll just keep it on x86_64 for now...

sdlarsen avatar Aug 10 '22 12:08 sdlarsen