From 66960f9bde612eb64d2c5c8c0e2c0270ba0756ce Mon Sep 17 00:00:00 2001 From: juchan park Date: Fri, 10 Feb 2023 08:38:41 +0000 Subject: [PATCH] Add webserver service.type NodePort Description. --- chart/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index 60a957591744b..dbc8e80b4eb58 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1018,6 +1018,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: