Readiness/liveness probes failing (AWS EKS)

Hello! I have set up an AWS EKS cluster and Postgres using AWS RDS (allowing TCP access from anywhere). Installed Coder using this tutorial: https://coder.com/docs/v2/latest/install/kubernetes

Currently, the LoadBalancer external IP gets stuck at pending. Coder seems to be installed successfully because there are no error logs in the pod. Looking at the pod's describe, the liveness and readiness probes keep failing:
Get "http://<IP>:8080/api/v2/buildinfo": context deadline exceeded (Client.Timeout exceeded while awaiting headers)


This issue is similar to these previous ones but I am not sure how they were solved:
https://github.com/coder/coder/issues/5577
https://discord.com/channels/747933592273027093/1002186339757850644/1004434608466698322 (@Dean)

Any help would be appreciated!
Install Coder with Kubernetes via Helm
GitHub
Description I am installing coder v2 on my Kubernetes cluster, the installation goes well, but the Coder pod is not running, and when I get into the pod&#39;s describe, it says that both Readin...
Was this page helpful?