How can I set rx.Config to deploy self-hosting on Kubernetes (GKE)? #3251
Closed
ppippi-dev
announced in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have some questions.
I want to deploy my app on Kubernetes using self-hosting.
But I have some problems.
My problem is this:
When I set the ingress as blah.blah.com, the pod is okay, but I can't find the backend server. I receive this error message:
It's not the situation that I expected, I expected to route to
http://localhost:8000/_event
However, when I set the api_url value and ingress to "http://blah-api.blah.com", it works well.
Why does it route to ws://blah.blah.com:8000/_event when I set api_url to http://localhost:8000?
I attaching my kubernetes deployment's code and python reflex rxconfig code
Beta Was this translation helpful? Give feedback.
All reactions