influxdata / influxdata/helm-charts
Telegraf: no way to specify loadBalancerIP in service
Open
- 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
Assessment
This issue has not been assessed yet.