Skip to content

Commit fd32251

Browse files
committed
Remove SSL Example & postgresql.conf from Custom Config
This commit removes the 'primary-replica-ssl' example, which is not needed now that SSL support has been added directly to the Operator. Also, removed the postgresql.conf file from the 'custom-config' example since a custom postgresql.conf is no longer supported.
1 parent d0de039 commit fd32251

File tree

9 files changed

+3
-902
lines changed

9 files changed

+3
-902
lines changed

examples/custom-config/postgres-ha.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ bootstrap:
99
log_statement: none
1010
max_wal_senders: 6
1111
shared_preload_libraries: pgaudit.so
12+
shared_buffers: 256MB
13+
temp_buffers: 10MB
14+
work_mem: 5MB
1215
postgresql:
1316
pg_hba:
1417
- local all postgres peer

examples/custom-config/postgresql.conf

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/primary-replica-custom-ssl/README.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

examples/primary-replica-custom-ssl/configs/pg_hba.conf

Lines changed: 0 additions & 8 deletions
This file was deleted.

examples/primary-replica-custom-ssl/configs/pg_ident.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)