apisix-helm-chart
apisix-helm-chart copied to clipboard
Error if modifying http.containerPort without updating readinessProbe.tcpSocket.port
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,