Skip to content

[BUG] Port forwarding fails #89

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

Open
Migsi opened this issue May 9, 2025 · 1 comment
Open

[BUG] Port forwarding fails #89

Migsi opened this issue May 9, 2025 · 1 comment
Assignees

Comments

@Migsi
Copy link

Migsi commented May 9, 2025

Due to the changes in this PR Kubernetes port forwarding is currently broken. Looking into the running pod, it seems the publicly available build of these two containers is simply outdated. The nginx instance running inside the frontend container is still listening to port 80, but the Kubernetes manifest dictates port 8080. This causes the port forwarding, when done as described in CONTRIBUTING.md, to fail as soon as a connection to the service is attempted.

Rebuilding and publishing the frondend container should fix this issue.

Apparently the most recent image was just not pushed with tag "latest", see https://hub.docker.com/r/volcanosh/vc-dashboard-frontend/tags, which should make fixing things even easier :)

@RONAK-AI647
Copy link

/assign

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

2 participants