vectordotdev / helm-charts

Helm charts for Vector.
https://vector.dev
Mozilla Public License 2.0
113 stars 90 forks source link

internalTrafficPolicy does not apply for headless services #399

Closed dshick-nydig closed 2 months ago

dshick-nydig commented 4 months ago

https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/2086-service-internal-traffic-policy/README.md#proposal

The internalTrafficPolicy field will not apply for headless Services or Services of type ExternalName.

It would seem the change made in #320 is a no-op. It would function correctly if added here for the ClusterIP service.

dshick-nydig commented 2 months ago

Thanks!