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 Support for Static LoadBalancer IP in Offline Deployments #572

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

Idanbunimovich
Copy link
Contributor

Changes Proposed
This PR introduces the ability to specify a loadBalancerIP for the Service when using the LoadBalancer type. This is particularly useful for offline deployments where a static IP is required for the service to function reliably.

The changes allow users to provide a loadBalancerIP field in the values.yml file, ensuring flexibility for setups in air-gapped or isolated environments. The Service template has been updated to conditionally include this field if it is specified.

Key Changes:
Updated the Service template to support loadBalancerIP.
Modified the values.yml file to include the loadBalancerIP field.
Documented the usage of loadBalancerIP in the values.yml example.
Check List
V The title of my pull request is a short description of the changes
V This PR relates to some issue
V I have documented the changes made (if applicable)
X I have covered the changes with unit tests

@Idanbunimovich Idanbunimovich changed the title added load balancerip support Add Support for Static LoadBalancer IP in Offline Deployments Jan 15, 2025
@undera
Copy link
Collaborator

undera commented Jan 16, 2025

Thank you!

@undera undera merged commit dabf99e into komodorio:main Jan 16, 2025
1 check passed
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