I don’t really understand the question. Can anyone help me to understand the question?
I created the readinessProbe like below:
readinessProbe:
initialDelaySeconds: 15
httpGet:
path: /ready
port: 8080
The result of this question is evaluated as Wrong. After I added “periodSeconds: 5” then it evaluated as Correct. But in the question there is no requirement to add periodSeconds.