Imperatively scale the number of Pods in the qsk-deploy Deployment down to 2.
Verify that the deploy.yml file used in the course has the spec.replicas field set to 5, and use the file to declaratively increase the number of replicas back to 5.
replicas: 5
You can use the same container and port that was used in the deploy.yml file, cited in the course.