Skip to content

Readiness & liveness probes correct port#11462

Merged
hickeyma merged 1 commit intohelm:mainfrom
p33t:main
Oct 24, 2022
Merged

Readiness & liveness probes correct port#11462
hickeyma merged 1 commit intohelm:mainfrom
p33t:main

Conversation

@p33t
Copy link
Copy Markdown
Contributor

@p33t p33t commented Oct 21, 2022

Port number now comes from values.yaml

closes #11461

What this PR does / why we need it: Fixes port number in generated deployment.yaml (during helm create ...)

Special notes for your reviewer: This works but might not be the right approach

If applicable:

  • this PR contains documentation
  • this PR contains unit tests
  • this PR has been tested for backwards compatibility

Port number now comes from values.yaml

Signed-off-by: Peter Leong <1179301+p33t@users.noreply.github.com>
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 21, 2022
Copy link
Copy Markdown
Contributor

@joejulian joejulian left a comment

Choose a reason for hiding this comment

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

Nice catch. I approve, though I'm not a core maintainer. This needs a review from one of them before it can be merged.

@joejulian joejulian added this to the 3.11.0 milestone Oct 21, 2022
@joejulian joejulian added the bug Categorizes issue or PR as related to a bug. label Oct 21, 2022
@hickeyma hickeyma merged commit 7ed9d16 into helm:main Oct 24, 2022
@hickeyma hickeyma modified the milestones: 3.11.0, 3.10.2 Oct 24, 2022
@hickeyma hickeyma added the needs-pick Indicates that a PR needs to be cherry-picked into the next release candidate. label Oct 24, 2022
@mattfarina mattfarina added picked Indicates that a PR has been cherry-picked into the next release candidate. and removed needs-pick Indicates that a PR needs to be cherry-picked into the next release candidate. labels Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Categorizes issue or PR as related to a bug. picked Indicates that a PR has been cherry-picked into the next release candidate. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chart generator puts hard-coded port 80 in resulting deployment.yaml

5 participants