A controller for managing PostgreSQL databases, roles and more
Homepage: https://github.com/max-rocket-internet/postgres-controller
A simple install with default values, latest chart version and generated name:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/postgres-controller
To install a specific version of this chart:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/postgres-controller --version 1.3
To install the chart with the release name my-release
:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/postgres-controller
To install with some set values:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/postgres-controller --set values_key1=value1 --set values_key2=value2
To install with custom values file:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/postgres-controller -f values.yaml
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
config.postgres_instances.default.host | string | "hostname" |
|
config.postgres_instances.default.password | string | "postgres" |
|
config.postgres_instances.default.port | int | 5432 |
|
config.postgres_instances.default.user | string | "postgres" |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "maxrocketinternet/postgres-controller" |
|
image.tag | float | 0.5 |
|
log_level | string | "info" |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
rbac.create | bool | true |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | nil |
|
tolerations | list | [] |
Name | Url | |
---|---|---|
max-rocket-internet | [email protected] |