Worker app pod CrashloopBackOff issue, voting app and result are working but stuck at 50/50 due to worker app issue

I have deployed everything but the worker app wont run, how can I make it run so I can finish the voting app on k8s task successfully, because I believe it will fail if I submit it like that without worker app running.

thor@jump_host /$ kubectl get pods -n vote
NAME READY STATUS RESTARTS AGE
db-deployment-f69bf4548-bwlf4 1/1 Running 0 23m
redis-deployment-774d6b4f69-pmnww 1/1 Running 0 28m
result-deployment-6d5fdb5b57-7mssl 1/1 Running 1 21m
vote-deployment-867599f988-xc89h 1/1 Running 0 30m
worker-845b5cbcd-bz8v8 0/1 CrashLoopBackOff 6 8m5s

Hi @bodeplot, sorry to hear that. Are you still having this problem?

Regards,
Vitor Jr.
KodeKloud Support