influxdata / influxdata/helm-charts

Telegraf: no way to specify loadBalancerIP in service

Open
#334 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
Mustache
Stars
257
Forks
347
Avg merge
4d 20h
Merged PRs (30d)
9

Description

Currently telegraf chart does not provide way to specify static IP address for LoadBalancer type of service. Which is trivial if You need to run it as LoadBalancer.

Service should contain additional value i.e. extraSpec which should allow setting any custom variable to service spec.

link: https://github.com/influxdata/helm-charts/blob/master/charts/telegraf/templates/service.yaml

eg.
```
{{- if .Values.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.