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/10/14 09:50:10 UTC

[GitHub] [pinot] jameskelleher commented on a diff in pull request #9494: [feature] [kubernetes] add loadBalancerSourceRanges to service-external.yaml for controller and broker

jameskelleher commented on code in PR #9494:
URL: https://github.com/apache/pinot/pull/9494#discussion_r995572406


##########
kubernetes/helm/pinot/templates/broker/service-external.yaml:
##########
@@ -34,4 +34,6 @@ spec:
       port: {{ .Values.broker.external.port }}
   selector:
     {{- include "pinot.brokerMatchLabels" . | nindent 4 }}
+  loadBalancerSourceRanges:
+{{ toYaml .Values.broker.service.loadBalancerSourceRanges | indent 4 }}

Review Comment:
   @walterddr good catch, the dry run failed. I made an update that maintains the same behavior for the previous two tests, as well as handles the case you provided (`loadBalancerSourceRanges` will not be in the result template if not provided as a value)



-- 
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