Skip to content

Mint System Postgres

This chart deploys a Postgres container and stores the credentials in a secret.

Parameters

Postgres parameters

NameDescriptionValue
postgres.enabledEnable or disable Postgrestrue
postgres.imageThe Docker image for Postgrespostgres:16-alpine
postgres.hostThe host for Postgrespostgres
postgres.portThe port for Postgres5432
postgres.dbThe database name for Postgresodoo
postgres.userThe username for Postgresodoo
postgres.secretRefThe secret reference for Postgrespostgres-creds
postgres.client.enabledEnable or disable the Postgres clientfalse