You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment Kamu API and Kamu Web UI charts (in deployments and services) use privileged ports (<1024) to listen for incoming traffic. Usage of privileged ports doesn't seem to be necessary and in general discouraged, since it requires additional privileges that may not be allowed on a target cluster.
Action items:
Use ports >1024 in deployment and service resources.
The text was updated successfully, but these errors were encountered:
At the moment Kamu API and Kamu Web UI charts (in deployments and services) use privileged ports (<1024) to listen for incoming traffic. Usage of privileged ports doesn't seem to be necessary and in general discouraged, since it requires additional privileges that may not be allowed on a target cluster.
Action items:
The text was updated successfully, but these errors were encountered: