Triggering the app from a k8s cluster using HTTP request #549
gilad-tayeb
started this conversation in
General
Replies: 0 comments
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.
-
Hi all,
My current setup is that i've deployed the app on an EKS cluster (AWS), with a custom Helm chart that i've built. The app is working (small details: i'm using azopenai as LLM provider, model gpt-4.1) but i'd like to trigger the app from outside of the cluster (for example, using an http request). I saw in the dev-tools in my browser that each message is going out as a query string, but couldn't find the actual http request (if any) that fire up the chat.
Any idea? anyone did something like that?
Beta Was this translation helpful? Give feedback.
All reactions