Setting up Rundeck on Kubernetes - Can't connect to the Postgres database Setting up Rundeck on Kubernetes - Can't connect to the Postgres database kubernetes kubernetes

Setting up Rundeck on Kubernetes - Can't connect to the Postgres database


Issue

The jdbc:postgres url is incorrect.

Solution

As mentioned here and mentioned by @MegaDrive68k in the comments you should use jdbc:postgresql instead of jdbc:postgres.

There is rundeck documentation about that.