xiangyanw commented on issue #1011:
URL:
https://github.com/apache/apisix-helm-chart/issues/1011#issuecomment-5693323209
Proposed change
Please add configurable values for:
```
terminationGracePeriodSeconds: 30 # preserve current Kubernetes default
behavior
lifecycle:
preStop:
exec:
command:
- /bin/sh
- -c
- sleep 30
```
The defaults can preserve current behavior, while allowing production
deployments with long-lived HTTP, WebSocket, or Socket.IO connections to
configure a safe drain period.
--
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]