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

Add loadBalancerIp configuration for HTTP and GPRS services #237

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rmarku
Copy link

@rmarku rmarku commented May 31, 2024

I needed to set this value when using services of the type LoadBalancer. The value is not available right now.

@rmarku
Copy link
Author

rmarku commented May 31, 2024

I agree with the CLA

Comment on lines +27 to +29
{{ if .Values.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{ end }}
Copy link
Collaborator

@antas-marcin antas-marcin Jun 20, 2024

Choose a reason for hiding this comment

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

I think this should be Values.grpcService not Values.service and can you add "-" to if and end statements like so:

{{- if condition }}
...
{{- end }}

Comment on lines +26 to +28
{{ if .Values.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{ end }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you add "-" to if and end statements like so:

{{- if condition }}
...
{{- end }}

@weaviate-git-bot
Copy link

To avoid any confusion in the future about your contribution to Weaviate, we work with a Contributor License Agreement. If you agree, you can simply add a comment to this PR that you agree with the CLA so that we can merge.

beep boop - the Weaviate bot 👋🤖

PS:
Are you already a member of the Weaviate Slack channel?

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.

3 participants