apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

Error if modifying http.containerPort without updating readinessProbe.tcpSocket.port

Open dod-ia opened this issue 1 year ago • 0 comments

Hi,

If you customize gateway.http.containerPort value, we can change the http port of the container but the ReadinessProbe will block the deployment because it is configured to test the default http port 9080. It should be better to add the value of gateway.http.containerPort for readinessProbe.tcpSocket.port by default.

Thanks,

dod-ia avatar Mar 22 '24 14:03 dod-ia