tao12345666333 commented on code in PR #548: URL: https://github.com/apache/apisix-helm-chart/pull/548#discussion_r1231885456
########## charts/apisix/values.yaml: ########## @@ -157,6 +157,16 @@ apisix: # key: KEY extraEnvVars: [] + # -- Set the readinessProbe for Apache APISIX pods + readinessProbe: + failureThreshold: 6 + initialDelaySeconds: 10 + periodSeconds: 10 + successThreshold: 1 + tcpSocket: + port: &gatewayHttpContainerPort 9080 Review Comment: Sorry, this does work. I may have made a mistake during my previous verification. -- 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]
