so looks like the pod when i edit him.
but the details says that is wrong and not created
Did you actually delete the original pod and replace it with the new one? Also: why did you add all the additional arguments to readinessProbe? The question doesn’t ask for them, and I’m not sure they’re appropropriate for a readinessProbe. So why add them? I simply added to the YAML:
readinessProbe:
httpGet:
path: /ready
port: 8080
and like Santosh, everything passed.

