Replies: 1 comment 4 replies
-
|
I found the problem. The Pod needs to expose the port with named http. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋
I am trying to make it work in a DEV environment in order to do cold start on a web service. My environment is on EKS with ALB.
I installed the helm chart
kedacore/keda-add-ons-httpversion 0.12.1 with the following values in thekedanamespace :I have my 3 Pods up and running :
I setup an Ingress that targets the
svc/keda-add-ons-http-interceptor-proxyinside thekedanamespace.On the
rgive-boanamespace (which contains my service), I installed the following HTTPScaledObject :KEDA HTTP ADD ON successfuly reconciled and create the ScaledObject :
Unfortunately, when I am trying to reach my service :
From the logs of the interceptor :
I am getting a Bad Gateway from the interceptor. And I see only 1 error log from the interceptor : "table has not synced".
What am I missing ? I tried to follow strictly the documentation from https://kedacore.github.io/http-add-on/ .
Thank you
Beta Was this translation helpful? Give feedback.
All reactions