-
Notifications
You must be signed in to change notification settings - Fork 608
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
Allow service.Type="LoadBalancer" #2699
Allow service.Type="LoadBalancer" #2699
Conversation
Thank you so much for the contribution @JakeCooper! Could you please sign the CLA? Also, please run
I'm afraid we don't yet have a fully fledged test suite for our helm chart, therefore the only way to test it is deploying it to the test/dev environment. I'll take care of it :) |
@kolesnikovae Here's the output but it didn't seem to add anything to the branch?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Right now the build is broken, therefore please ignore failed tests (fixed in #2701)
Closes #2689 by statically encoding the type to ClusterIP
This allows us to set service.Type="LoadBalancer" such that we can expose the service (and send profiles from non-Kube services)
NOTE(s):