Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sidecar config #173

Open
HatmanStack opened this issue Sep 21, 2023 · 0 comments
Open

Sidecar config #173

HatmanStack opened this issue Sep 21, 2023 · 0 comments

Comments

@HatmanStack
Copy link

I'm working on an architecture using sidecars and can't seem to get things talking. I have a ngnix server as the main container and uvicorn sidecar running. All the calls from my frontend are using an axios post call to http://localhost:8081 . I'm building the uvicorn container on 8080 then switching to 8081 in the sidecar config by checking the K_SERVICE env var. Doesn't seem like best practice but I was grasping. From the log messages it seems like the uvicorn server is still trying to bind to 8080? Can you guys point me to some more in depth docs that may cover what I'm looking for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant