apache / apache/pinot

Can not set loadBalancerSourceRanges

Open
#9,438 1 comment 0 reactions 1 assignee Claimed by @jameskelleher View on GitHub
Dominant language
Java
Stars
6.1k
Forks
1.5k
Avg merge
1d 21h
Merged PRs (30d)
189

Description

Neither the [controller](https://github.com/apache/pinot/blob/master/kubernetes/helm/pinot/templates/controller/service-external.yaml) nor the [broker](https://github.com/apache/pinot/blob/master/kubernetes/helm/pinot/templates/broker/service-external.yaml) are able to accept a value for `loadBalancerSourceRanges`.

This is a minor change so I am happy to take care of it, should just require something like:
```
loadBalancerSourceRanges:
{{- range .Values.controller.external.loadBalancerSourceRanges }}
- {{ . | quote }}
{{- end }}
```

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.