fix: #181 Service processor missing IP family configuration support#182
Merged
arttor merged 3 commits intoarttor:mainfrom Nov 15, 2025
Merged
Conversation
Owner
|
CI is failing because kind used on ci does not supports ipv6. I've updated kind in main branch. can you please rebase main to your branch to see if it helped? |
d6467f5 to
a17c205
Compare
Owner
|
ok, it not helped. Is it possible to not change example service to v4? |
…port - Add ipFamilyPolicy and ipFamilies fields to service templates - Add parseIPFamily function to handle IP family configuration - Update service template to include IP family spec between selector and ports - Add test coverage for IP family functionality - Update example charts to demonstrate the feature - Add IPv6 service example to test data This allows helmify to preserve IP family configuration when converting Kubernetes Service manifests that use IPv6-only or dual-stack networking.
a17c205 to
cbf9c8c
Compare
Contributor
Author
|
@arttor I made the change to force IPv4, but kept the fields to ensure it works as expected. |
arttor
approved these changes
Nov 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows helmify to preserve IP family configuration when converting Kubernetes Service manifests that use IPv6-only or dual-stack networking.