You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/19 14:38:22 UTC

[GitHub] [airflow] Diogo-Costa commented on a change in pull request #17666: [Chart] Add option to set loadBalancerSourceRanges in webserver service

Diogo-Costa commented on a change in pull request #17666:
URL: https://github.com/apache/airflow/pull/17666#discussion_r692173624



##########
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:
       I put it only at example, fixing this in next commit




-- 
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@airflow.apache.org

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