jedcunningham commented on code in PR #28014:
URL: https://github.com/apache/airflow/pull/28014#discussion_r1036522160


##########
docs/helm-chart/production-guide.rst:
##########
@@ -205,8 +205,9 @@ You can change the Service type for the webserver to be 
``LoadBalancer``, and se
 .. code-block:: yaml
 
   webserver:
-    service: LoadBalancer
-    annotations: {}
+    service: 
+      type: LoadBalancer
+      annotations: {}

Review Comment:
   ```suggestion
   ```
   
   We can probably remove the empty annotations while we are at it, that's the 
default.



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

Reply via email to