kubernetes-ingress icon indicating copy to clipboard operation
kubernetes-ingress copied to clipboard

BUG: Fix healthcheck port for kubectl deployments

Open Nielio opened this issue 8 months ago • 8 comments

Changed livenessProbe port from 1042 to 1024 for kubectl deployments.

The pod did not listen on port 1042, so connection for healthcheck was refused and the check failed. Changing it to the stats port 1024 fixes the health check.

Nielio avatar Apr 10 '25 14:04 Nielio