You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: #181 Service processor missing IP family configuration support
- 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.
0 commit comments