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: explicitly specify containerPort in helm chart #1308

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

phbelitz
Copy link
Member

Specifying the containerPort, on the one hand, has a documentary purpose, by making explicit which ports are exposed by the container. On the other hand, it permits the usage of other tools that rely on the containerPort, like PodMonitors from the prometheus operator.

Fix #1305

duplicated from #1306 because of pipeline issue with external PRs

Checklist

  • PR is rebased to/aimed at branch develop
  • PR follows Contributing Guide
  • Added tests (if necessary)
  • Extended README/Documentation (if necessary)
  • Adjusted versions of image and Helm chart in Chart.yaml (if necessary)

Specifying the containerPort, on the one hand, has a documentary purpose, by making explicit which ports are exposed by the container. On the other hand, it permits the usage of other tools that rely on the containerPort, like PodMonitors from the prometheus operator.

Fix #1305
@codecov-commenter
Copy link

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (8e798cf) 96.58% compared to head (8547459) 96.58%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1308   +/-   ##
========================================
  Coverage    96.58%   96.58%           
========================================
  Files           23       23           
  Lines         1319     1319           
========================================
  Hits          1274     1274           
  Misses          45       45           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@xopham xopham left a comment

Choose a reason for hiding this comment

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

Lgtm

@phbelitz phbelitz merged commit 8547459 into develop Oct 13, 2023
49 of 50 checks passed
@phbelitz phbelitz deleted the feat/container-port branch October 13, 2023 13:04
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.

4 participants