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

[Crafty-4] in TrueNAS Scale App install only opens one external port for servers instead of range #22224

Closed
2 tasks done
andino66 opened this issue May 19, 2024 · 1 comment
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@andino66
Copy link

chart Name

crafty-4

Operating System

TrueNAS SCALE 24.04.0

Deployment Method

TrueNAS SCALE charts

Chart Version

8.1.0

Kubernetes Events

n/a

chartlication Logs

n/a

Chart Configuration

n/a

Describe the bug

Installation of app only opens one Minecraft Service Port for the application instead of a port range. This limits the application from having multiple servers running at a time.

To Reproduce

  1. Install Application 2. go to Minecraft Service Port Configuration. 3. Only one port allowed in "Port *".

Expected Behavior

'Port *' should be a port range to allow for multiple servers at once.

Screenshots

Screenshot 2024-05-18 220926

Additional Context

n/a

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.
  • I've prefixed my issue title with [Chart-Name]
@andino66 andino66 added the bug Something isn't working label May 19, 2024
@PrivatePuffin
Copy link
Member

portranges are not a supported kubernetes feature.
While we could, in theory, spend dev time writhing our own helm backend to parse this, we've opted not to.

Besides this, each minecraft instance SHOULD be ran in a seperate container, in accordance with microservice and containerisation best-practices.

Closing as "not supported by upstream"

@PrivatePuffin PrivatePuffin closed this as not planned Won't fix, can't repro, duplicate, stale May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants