I want my task review. Kindly review this task for correction

This is my yaml file
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: null
labels:
run: http
name: httpd-pod
spec:
containers:

  • image: httpd:latest
    name: httpd-container
    resources:
    requests:
    memory: “15Mi”
    cpu: “100m”
    limits:
    memory: “20Mi”
    cpu: “100m”
    dnsPolicy: ClusterFirst
    restartPolicy: Always
    status: {}.

    . I want the DevOps Engineer team to look at it.

Hi @Noman,

Please share the details of the describe command.

kubectl describe po httpd-pod

That’ll clear the picture.

Regards,