To install a PostgreSQL database in kubernetes simply run:
helm install -n postgres --namespace infrabox-system --set postgresPassword=qweasdzxc1,postgresUser=infrabox,postgresDatabase=infrabox stable/postgresqlThis is not meant for production
When configuring the InfraBox installation with helm use these options:
database:
postgres:
enabled: true
# Host of your postgres database
host: postgres-postgresql.infrabox-system
# Port of your postgres database
port: 5432
# Database name
db: infrabox
# Username
username: infrabox
# Password
password: qweasdzxc1