vectordotdev / helm-charts

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

feat(vector): Support enable for both the normal and headless service #257

Closed spencergilbert closed 1 year ago

spencergilbert commented 1 year ago

Previously both a standard and headless service were enabled and configured by the same values. This PR allows for the headless service to be disabled separately.

The headless service is particularly useful for the in-chart HAProxy loadbalancer, but for production deploys users should leverage the standard service with a LoadBalancer type (and relevant configurations, generally annotation driven, their cloud provider requires).

Closes #253

Signed-off-by: Spencer Gilbert spencer.gilbert@datadoghq.com