Skip to content

fix(helm): update chart service for ports #3677

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

Closed
wants to merge 2 commits into from

Conversation

lupaulus
Copy link

PR Description

Bug Fix, Inside helm chart service.yaml, extraPorts and listenPort were not functional. Misspelling the variable access templates.

Which issue(s) this PR fixes

No Issue Opened

Notes to the Reviewer

Quick fix

PR Checklist

  • CHANGELOG.md updated
  • Documentation added (Already Ok Docs)

@lupaulus lupaulus requested a review from a team as a code owner May 23, 2025 11:24
@CLAassistant
Copy link

CLAassistant commented May 23, 2025

CLA assistant check
All committers have signed the CLA.

@lupaulus lupaulus changed the title fix: update helm chart service for ports fix(helm): update chart service for ports May 23, 2025
@kalleep
Copy link
Contributor

kalleep commented May 23, 2025

Hey 👋

Bug Fix, Inside helm chart service.yaml, extraPorts and listenPort were not functional. Misspelling the variable access templates.

This is not true. if you look at https://github.com/grafana/alloy/blob/main/operations/helm/charts/alloy/templates/service.yaml#L1. .Values.alloy and .Values.agent are merged into $values.

So you have to specify extraPorts under either alloy or agent e.g.

alloy:
  extraPorts:
     ....

My guess is that you did not put extraPorts under alloy section?

@lupaulus
Copy link
Author

lupaulus commented Jun 4, 2025

@kalleep It is thanks for the clarification :) +1

MR will be closed thanks !

@lupaulus lupaulus closed this Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants