kubernetes-ingress
kubernetes-ingress copied to clipboard
BUG: Fix healthcheck port for kubectl deployments
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.