Closed modulitos closed 4 months ago
What should the port be now?
The deployment I had for this is now failing.
readinessProbe:
httpGet:
path: /healthz
port: metrics
scheme: HTTP
Until v0.5.5 release you shouldn't face issue as the healthz is responding on both the ports. If you using changes from master, then you should use the application port, not sure what is the name you had given for that
Description of changes:
Unify healthz and service port for both the traffic to be served on the same port. Prevents issues where pod is considered healthy but not serving any requests.
Testing: