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

feature: Stop using port 80 for Grafana service #1923

Open
patrickdung opened this issue Jan 14, 2025 · 1 comment
Open

feature: Stop using port 80 for Grafana service #1923

patrickdung opened this issue Jan 14, 2025 · 1 comment
Labels
wontfix This will not be worked on

Comments

@patrickdung
Copy link

Chart name and version, where you feel a lack of requested feature
chart: victoria-metrics-cluster
version: v0.33.2

Is your feature request related to a problem? Please describe.
The pod is using port 80.
Maybe change it to a port number greater than 1023?

Describe the solution you'd like
A clear and concise description of what you want to happen.

NAME                                           TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)                      AGE
vm-grafana                                     ClusterIP   10.43.8.240     <none>        80/TCP                       81m

Describe alternatives you've considered
I think it's a standard practice that port running as non-root should use port number > 1023.

@AndrewChubatiuk
Copy link
Collaborator

hey @patrickdung
we're using grafana as a subchart, which has port 80 set by default for service. Feel free to override it using .Values.grafana.service.port

@AndrewChubatiuk AndrewChubatiuk added the wontfix This will not be worked on label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants