I am running Redis Cluster on EKS as a statefulset and the service is headless. Everything is working properly but the backend application has a test which need to access the host url during the build process. I have tried to expose service with ingress, but still not working. Can you please suggest me some solution?
Thank you in advance!