romsharon98 commented on code in PR #56096:
URL: https://github.com/apache/airflow/pull/56096#discussion_r2401159095


##########
chart/values.yaml:
##########
@@ -1422,6 +1422,10 @@ apiServer:
   args: ["bash", "-c", "exec airflow api-server"]
   allowPodLogReading: true
   env: []
+
+  # Grace period for Airflow API server to finish after SIGTERM is sent from 
kubernetes

Review Comment:
   ```suggestion
     # Grace period for API server to finish after SIGTERM is sent from 
kubernetes
   ```



##########
chart/values.schema.json:
##########
@@ -5094,6 +5094,11 @@
                     ],
                     "default": null
                 },
+                "terminationGracePeriodSeconds": {
+                    "description": "Grace period for Airflow API server to 
finish after SIGTERM is sent from Kubernetes.",

Review Comment:
   ```suggestion
                       "description": "Grace period for API server to finish 
after SIGTERM is sent from Kubernetes.",
   ```



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