-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Olá! The 502 error is due, as the logs says, to a pod not starting properly. The nginx fowardning the requests the the different components is unable to redirect the request where it should go. I would suggest re-checking the values.yaml file, just in case there is something wrong that is preventing your database from starting. |
Beta Was this translation helpful? Give feedback.
Olá!
The 502 error is due, as the logs says, to a pod not starting properly. The nginx fowardning the requests the the different components is unable to redirect the request where it should go.
Why? In this case, it seems it's your postgresql pod which is failing. Since some components require a DB to exist, they will fail if it is not available.
I would suggest re-checking the values.yaml file, just in case there is something wrong that is preventing your database from starting.
As a first step, try just installing Kubeapps with the default values.