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

Make the nodePort customizable #1694

Merged
merged 2 commits into from
Apr 27, 2020
Merged

Make the nodePort customizable #1694

merged 2 commits into from
Apr 27, 2020

Conversation

andresmgot
Copy link
Contributor

Description of the change

Being able to customize the nodePort chosen with the chart. It can be used like this:

--set frontend.service.type=NodePort --set frontend.service.nodePort=31080

@@ -119,6 +119,9 @@ frontend:
## ref: http://kubernetes.io/docs/user-guide/services/#type-loadbalancer
##
# loadBalancerIP:
## Set a specific NodePort (only when frontend.service.type="LoadBalancer")
Copy link
Contributor

Choose a reason for hiding this comment

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

^^ copy-pasta? (LoadBalancer)

@andresmgot
Copy link
Contributor Author

(I removed the version increase to avoid releasing #1693 already)

@andresmgot andresmgot merged commit 51ac564 into master Apr 27, 2020
@andresmgot andresmgot deleted the nodePortFrontend branch April 27, 2020 08:37
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.

2 participants