Skip to main content

VKPR postgresql install

Description

Install PostgreSQL into cluster. For more information about PostgreSQL, click here.

Commands

Interactive inputs:

  vkpr postgresql install [flags]

Non-interactive without setting values or using VKPR Values:

  vkpr postgresql install --default

Argument Reference

Flags

  --default   Use to automatically fill inputs with default values
--dry_run Simulate an install
--HA Specifies if the application will have High Availability

Values File

Globals

The following arguments are supported by the globals:

  • namespace - (Optional) Define where the application will be provisioned. The default is vkpr.

Local

The following arguments are supported:

  • enabled - (Optional) Enables the installation if performed with the command vkpr apply.
  • namespace - (Optional) Define where the application will be provisioned. The default is vkpr.
  • HA - (Required) Specifies if the application will have High Availability. The default is false.
  • metrics - (Optional) Specifies if the application will expose your metrics. The default is false.
  • existingClaim - (Optional) Specifies a existing PVC to associate to Postgresql.
  • persistanceSize - (Optional) Specifies the volume size that will be used for the application to store its content. The default is 8Gi
  • helmArgs - (Optional) Used when you need to change some value or add a new value to the helm values used by the formula.
caution

Using helmArgs the application may behave in a way that VKPR may not be used in the best way it was designed. Use it when you know what you're doing

Environment values

The following variables are supported:

  • namespace - VKPR_ENV_POSTGRESQL_NAMESPACE
  • metrics - VKPR_ENV_POSTGRESQL_METRICS
  • HA - VKPR_ENV_POSTGRESQL_HA
  • existingClaim - VKPR_ENV_POSTGRESQL_EXISTING_CLAIM

Setting Provider credentials

CAUTION: Setting credentials manually will override the credentials already saved in memory

Postgresql

  rit set credential --provider="postgres" --fields="password" --values="your-access-password"

About the Formula

Chart Version: 12.5.1
Application Version: v15.3.0
Helm Chart: bitnami/postgresql


Chart Version: 11.6.1
Application Version: v15.3.0
Helm Chart: bitnami/postgresql-ha

See Also