jedcunningham commented on a change in pull request #17666:
URL: https://github.com/apache/airflow/pull/17666#discussion_r691547878
##########
File path: chart/values.yaml
##########
@@ -701,6 +701,10 @@ webserver:
# port: 80
# targetPort: 8888
loadBalancerIP: ~
+ ## Limit load balancer source ips to list of CIDRs
+ # loadBalancerSourceRanges:
+ # - "143.231.0.0/16"
Review comment:
```suggestion
# - "10.123.0.0/16"
```
Thoughts on the examples being a private block instead?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]