Add configuration parameters to kueue-viz backend (listen-port, logs, verbosity, etc...) #3880
Open
1 of 3 tasks
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
What would you like to be added:
Add configuration parameters to kueue-viz backend (listen-port, logs, verbosity, etc...)
Why is this needed:
In the evenutality of grouping frontend and backend containers into the same pod, listen ports should be parametrizable.
Currently they are hardcoded both for frontend and backend to 8080; making it impossible to have frontend and backend in the same pod.
Completion requirements:
Have a parameter
--listen=0.0.0.0:8181
to the backend and other startup parameters.This enhancement requires the following artifacts:
The artifacts should be linked in subsequent comments.
The text was updated successfully, but these errors were encountered: