-
I had setup ALB ingress for argocd . And it was working fine on last week . But Friday onwards (when I recreated the ingress) it's getting 307 error in the loadbalancer. Confused. 😐 Please give a solution. I used the following method |
Beta Was this translation helpful? Give feedback.
Answered by
bessyG
Jan 19, 2022
Replies: 1 comment 2 replies
-
@bessyG While following the docs, did you create the Service along with the Ingress or just the Ingress? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey I fixed this. yes service was already there. The fix is to add HTTPS as the health check protocol
alb.ingress.kubernetes.io/healthcheck-protocol: HTTPS
Thanks for your reply. 🤝