1. Infrastructure Charts
  2. postgres

postgres

Postgres

A Helm chart for Kubernetes

Configuration

The following table lists the configurable parameters of the Postgres chart and their default values.

ParameterDescriptionDefault
nameOverride""
fullnameOverride""
image.repository"ghcr.io/cloudnative-pg/postgresql"
image.tag""
hostname"pg.example.com"
instances1
bootstrap.initdb.database"example"
bootstrap.initdb.owner"example"
externalClusters[]
storage.size"8Gi"
storage.storageClass"ceph-block"
resources{}
backups.rookNamespace"rook-ceph"
backups.cephObjectStoreNameRook CephObjectStore to use for the bucket in the management cluster."ceph-objectstore"
backups.cephObjectBucketStorageClassNameRook StorageClass name to use for the bucket in the management cluster."ceph-bucket"
backups.scheduleEvery Sunday on 12PM."0 0 0 * * SUN"
backups.s3Endpoint"https://objects.management.linuxdweller.com"
backups.retentionPolicy"90d"
service.type"ClusterIP"

Documentation generated by Frigate.

Star the source on GitHub.