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

feat: allow extra ports to be added to the backend service #237

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

RedlineTriad
Copy link
Contributor

@RedlineTriad RedlineTriad commented Dec 5, 2024

Description of the change

Allow chart users to specify extra backend container ports.
This is especially useful for monitoring.

Existing or Associated Issue(s)

This resolves #236

Additional Information

Checklist

  • Chart version bumped in Chart.yaml according to semver.
  • Variables are documented in the values.yaml and added to the README.md. The helm-docs utility can be used to generate the necessary content. Use helm-docs --dry-run to preview the content.
  • JSON Schema generated.
  • List tests pass for Chart using the Chart Testing tool and the ct lint command.

@RedlineTriad RedlineTriad requested a review from a team as a code owner December 5, 2024 12:32
This is useful when prometheus metrics are exposed on a different port.
This resolves backstage#236.

Signed-off-by: RedlineTriad <39059512+RedlineTriad@users.noreply.github.com>
@craigtracey
Copy link

LGTM

Copy link
Member

@vinzscam vinzscam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you @RedlineTriad 🙏

@vinzscam vinzscam merged commit df1d5e8 into backstage:main Dec 10, 2024
3 checks passed
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.

No Support for Extra Ports On Backend
3 participants