CKAD Mock exam getting error on helm question

I am not able to find the solutions to below question on helm:

  1. The release name should be webapp-color-apd.

  2. All the resources should be deployed on the frontend-apd namespace.

  3. The service type should be node port. → Fixed

  4. Scale the deployment to 3. → Fixed

  5. Application version should be 1.20.0. → Fixed

But I couldnt understand the issue service.yaml typo. I was getting error like Deployment not found in version v1. Can someone please explain about this?

“Deployment not found in version v1.” means that in the deployment yaml file, the apiVersion is not correctly set.
From the previous sections of the course, you should be aware what the correct apiVersion is for a deployment.