feillu-a opened a new issue, #951: URL: https://github.com/apache/apisix-helm-chart/issues/951
## Context Currently, the APISIX chart only defines a `readinessProbe` (TCP on :9080) with no `livenessProbe`. This means that if the APISIX process freezes (no crash, but unresponsive), the pod stays in `Not Ready` state indefinitely without ever being restarted by Kubernetes. ## Expected behavior A configurable `livenessProbe` should be available in `values.yaml`, disabled by default to avoid breaking existing deployments. -- 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]
