You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/02/20 17:34:35 UTC

[airflow] branch main updated: Add webserver service.type NodePort Description. (#29460)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 4daeb3221b Add webserver service.type NodePort Description. (#29460)
4daeb3221b is described below

commit 4daeb3221b1a1e4e9722048d350974db514a2d84
Author: conqrean <46...@users.noreply.github.com>
AuthorDate: Tue Feb 21 02:34:27 2023 +0900

    Add webserver service.type NodePort Description. (#29460)
---
 chart/values.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/chart/values.yaml b/chart/values.yaml
index 46276497e2..ef59660773 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -1022,6 +1022,13 @@ webserver:
     #   - name: only_sidecar
     #     port: 80
     #     targetPort: 8888
+    # If you have a public IP, set NodePort to set an external port.
+    # Service type must be 'NodePort':
+    # ports:
+    #   - name: airflow-ui
+    #     port: 8080
+    #     targetPort: 8080
+    #     nodePort: 31151
     loadBalancerIP: ~
     ## Limit load balancer source ips to list of CIDRs
     # loadBalancerSourceRanges: