Postgres
This reference documents the Kubernetes configuration options for the Postgres chart, which provides a PostgreSQL database for the Grafbase Enterprise Platform.
All configuration options are nested under the postgresql key.
You can find the Postgres chart values defined in the ArtifactHub.
Global configuration values for the chart.
Defaults:
global:
imagePullSecrets:
- name: replicated-pull-secret
postgresql:
auth:
postgresPassword: grafbaseAuthentication configuration for the Postgres database.
Defaults:
auth:
enablePostgresUser: true
postgresPassword: grafbase
password: grafbase
database: grafbaseCommon annotations for the Postgres resources.
Defaults:
commonAnnotations:
'helm.sh/hook': pre-install
'helm.sh/hook-weight': '-15'Primary configuration for the Postgres database.
Defaults:
primary:
resources:
limits:
cpu: 2000m
memory: 2000Mi
requests:
cpu: 2000m
memory: 2000Mi