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

fix: hide service name and port bindings weird behaviors #163

Open
ntorga opened this issue Feb 18, 2025 · 0 comments
Open

fix: hide service name and port bindings weird behaviors #163

ntorga opened this issue Feb 18, 2025 · 0 comments
Assignees
Milestone

Comments

@ntorga
Copy link
Contributor

ntorga commented Feb 18, 2025

  1. We got a report that using port 8000 for example is being shown as Django. The service name is a purely aesthetic information that may led to confusion, so I think we should just hide it from the port bindings list for now as we won't be allowing people to customize the service names anytime soon;
  2. When deploying a service with port 80 for http and other ports but also for http, the port bindings list on the front-end is only showing the 80. Here's the container for testing:
/var/infinite/ez container create --account-id 1003 --hostname testing.com --image-address nginx --port-bindings ssh:22:22/tcp --port-bindings http:80:80/http --port-bindings https:443:443/https --port-bindings unknown:3000:3000/tcp --port-bindings unknown:8000:8000/tcp --restart-policy always --profile-id 1
  1. If the serviceName is not filled by the front-end, the port won't be exposed for some reason: https://i.imgur.com/X9LlfqC.png
@ntorga ntorga added this to the v0.1.0 milestone Feb 18, 2025
@ntorga ntorga self-assigned this Feb 18, 2025
@ntorga ntorga moved this to approved in Infinite Ez Roadmap Feb 18, 2025
@ntorga ntorga modified the milestones: v0.1.0, v0.1.1, v0.1.2 Mar 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: approved
Development

No branches or pull requests

1 participant