Kubernetes issue : CrashLoopBack error

I am facing an issue “Back-off” restarting failed
When I was check : kubectl get pods:
alpr-backend-6c4f6c889f-6vt29 0/1 CrashLoopBackOff 243 (81s ago) 20h

kubectl get deployment:
alpr-backend 0/1 1 0 20h

kubectl describe pods :
Port: 80/TCP
Host Port: 0/TCP
State: Waiting
Reason: CrashLoopBackOff
Last State: Terminated
Reason: Completed
Exit Code: 0
Started: Thu, 13 Jun 2024 13:09:31 +0530
Finished: Thu, 13 Jun 2024 13:09:31 +0530
Ready: False
Restart Count: 243
Environment:
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-69qtx (ro)
Conditions:
Type Status
Initialized True
Ready False
ContainersReady False
PodScheduled True

Events:
Type Reason Age From Message


Warning BackOff 16s (x5618 over 20h) kubelet Back-off restarting failed container alpr-backend in pod alpr-backend-6c4f6c889f-6vt29_lpu000(063e8e6a-1f5f-4cdf-a316-d1ebc719e0bc)

What is the issue with the container ?