Worker POD + database on localsetup failing

The PostgreSQL database server POD is starting up and shutting down without any apparent errors

The worker POD exits immediately

I’ve followed the demo to a t and I’m lost.

Also I’m using docker - Kubernetes set up on windows.

I’d appreciate if someone can tell me if they experienced this and how to fix.

Hi @Selina

For Postgresql, you need to add environment variable POSTGRES_PASSWORD it’s required

Regard

I did add the password to the pod yaml file

My github is GitHub - selinakairyte/voting-app if you want to check for my errors ><

Hi @Selina

Just testing and its works fine for me

image

- Modify the worker-app deployment yaml and remove the command 

- Run all deployment yaml file and service 

Regard