You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/09/20 12:02:07 UTC

[GitHub] [pinot] jameskelleher opened a new issue, #9438: Can not set loadBalancerSourceRanges

jameskelleher opened a new issue, #9438:
URL: https://github.com/apache/pinot/issues/9438

   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) is 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 }}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] Jackie-Jiang commented on issue #9438: Can not set loadBalancerSourceRanges

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #9438:
URL: https://github.com/apache/pinot/issues/9438#issuecomment-1254220122

   Thanks for reporting the issue. Looking forward to your contribution! cc @xiangfu0 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org