Debug a Pod Stuck at 0/1 Ready Due to a Readiness Probe
A new intern learning about probes wrote a small Pod manifest. The exec command and the application are both correct, but the Pod never becomes Ready because one probe parameter is missing. Find it and add it.