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

enhancement: add the ability to customize the target port of the server deployment #257

Merged
merged 6 commits into from
Oct 10, 2023

Conversation

jamiezieziula
Copy link
Contributor

This PR allows end users to customize the exposed port of the server deployment. As a result, users have the ability to adjust the exposed service port without causing an issue with the server deployment

Resolves #256

@jamiezieziula jamiezieziula added the enhancement An improvement of an existing feature label Oct 10, 2023
@jamiezieziula jamiezieziula requested a review from a team as a code owner October 10, 2023 01:23
@@ -10,6 +10,10 @@ jobs:
update_helm_releases:
runs-on: ubuntu-latest
steps:
- name: Sleep for 3 minutes to allow time for the helm package to be available
Copy link
Contributor

Choose a reason for hiding this comment

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

ouch. so the package doesn't become available on the helm registry for a bit?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i think it just takes a minute or two

@jamiezieziula jamiezieziula merged commit 5316953 into main Oct 10, 2023
@jamiezieziula jamiezieziula deleted the target-port-on-server branch October 10, 2023 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement of an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prefect server service targetPort
2 participants