Kubernetes Redis Deployment

@Inderpreet @mmumshad @kodekloud-support3 I’ve successfully completed the steps as per the task.
Config map created successfully.
labels are set correctly as defined in the task.
Created tolerations in the Pod so it must be running on master node.

…But still it is showing as failed.

error: label ‘app=redis’ seems missing for the deployment

Below is my yaml file:

Kindly check.

Hi,
you need to mention labels:
app: redis under meta data also
redis_label_metadata