Skip to content

Commit

Permalink
Merge pull request #236 from percona/k8spg-416-hba-minor
Browse files Browse the repository at this point in the history
K8SPG-416 Update values.yaml for postgresql parameters and pg_hba
  • Loading branch information
tplavcic authored Jan 31, 2024
2 parents c8a76e1 + 75e79d4 commit 437aef9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pg-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pg-db
description: 'A Helm chart to deploy the PostgreSQL database with the Percona Operator for PostgreSQL'
type: application
version: 2.3.2
version: 2.3.3
appVersion: 2.3.1
home: https://docs.percona.com/percona-operator-for-postgresql/2.0/
maintainers:
Expand Down
3 changes: 2 additions & 1 deletion charts/pg-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ The chart can be customized using the following configurable parameters:
| `pmm.serverHost` | PMM server related K8S service hostname | `monitoring-service` |
| `pmm.resources.requests.memory` | Container resource request for RAM | `200M` |
| `pmm.resources.requests.cpu` | Container resource request for CPU | `500m` |
| `patroni.dynamicConfiguration` | Add custom configuration for patroni | `{}` |
| `patroni.dynamicConfiguration.postgresql.parameters` | Custom PostgreSQL configuration options | `{}` |
| `patroni.dynamicConfiguration.postgresql.pg_hba` | PostgreSQL Host-Based Authentication section | `{}` |
| `extensions.image` | Image for the custom PostgreSQL extension loader sidecar container | `""` |
| `extensions.imagePullPolicy` | Policy for the custom extension sidecar container | `Always` |
| `extensions.storage.type` | The cloud storage type used for backups. Only s3 type is currently supported. | `""` |
Expand Down
4 changes: 3 additions & 1 deletion charts/pg-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,9 @@ pmm:
# max_worker_processes: 2
# shared_buffers: 1GB
# work_mem: 2MB
#
# pg_hba:
# - host all mytest 123.123.123.123/32 reject

# extensions:
# image: percona/percona-postgresql-operator:2.3.1
# imagePullPolicy: Always
Expand Down

0 comments on commit 437aef9

Please sign in to comment.