Merge "Postgres PVC Soak Fix"
This commit is contained in:
commit
0c5cc1db7c
@ -238,11 +238,7 @@ conf:
|
|||||||
pgpass: '{{ .Values.storage.mount.path }}/pgpass'
|
pgpass: '{{ .Values.storage.mount.path }}/pgpass'
|
||||||
use_pg_rewind: true
|
use_pg_rewind: true
|
||||||
parameters:
|
parameters:
|
||||||
archive_mode: 'on'
|
archive_mode: 'off'
|
||||||
archive_timeout: 1800s
|
|
||||||
autovacuum_analyze_scale_factor: 0.02
|
|
||||||
autovacuum_max_workers: 5
|
|
||||||
autovacuum_vacuum_scale_factor: 0.05
|
|
||||||
checkpoint_completion_target: 0.9
|
checkpoint_completion_target: 0.9
|
||||||
datestyle: 'iso, mdy'
|
datestyle: 'iso, mdy'
|
||||||
default_text_search_config: 'pg_catalog.english'
|
default_text_search_config: 'pg_catalog.english'
|
||||||
@ -271,8 +267,8 @@ conf:
|
|||||||
timezone: 'UTC'
|
timezone: 'UTC'
|
||||||
track_commit_timestamp: 'on'
|
track_commit_timestamp: 'on'
|
||||||
track_functions: all
|
track_functions: all
|
||||||
wal_keep_segments: 100
|
wal_keep_segments: 8
|
||||||
wal_level: 'logical'
|
wal_level: hot_standby
|
||||||
wal_log_hints: 'on'
|
wal_log_hints: 'on'
|
||||||
initdb:
|
initdb:
|
||||||
- auth-host: md5
|
- auth-host: md5
|
||||||
@ -300,11 +296,7 @@ conf:
|
|||||||
on_start: /tmp/set_password.sh
|
on_start: /tmp/set_password.sh
|
||||||
use_pg_rewind: true
|
use_pg_rewind: true
|
||||||
parameters:
|
parameters:
|
||||||
archive_mode: 'on'
|
archive_mode: 'off'
|
||||||
archive_timeout: 1800s
|
|
||||||
autovacuum_analyze_scale_factor: 0.02
|
|
||||||
autovacuum_max_workers: 5
|
|
||||||
autovacuum_vacuum_scale_factor: 0.05
|
|
||||||
checkpoint_completion_target: 0.9
|
checkpoint_completion_target: 0.9
|
||||||
datestyle: 'iso, mdy'
|
datestyle: 'iso, mdy'
|
||||||
default_text_search_config: 'pg_catalog.english'
|
default_text_search_config: 'pg_catalog.english'
|
||||||
@ -333,9 +325,8 @@ conf:
|
|||||||
timezone: 'UTC'
|
timezone: 'UTC'
|
||||||
track_commit_timestamp: 'on'
|
track_commit_timestamp: 'on'
|
||||||
track_functions: all
|
track_functions: all
|
||||||
shared_buffers: {{ .Values.conf.postgresql.shared_buffers }}
|
wal_keep_segments: 8
|
||||||
wal_keep_segments: 100
|
wal_level: hot_standby
|
||||||
wal_level: 'logical'
|
|
||||||
wal_log_hints: 'on'
|
wal_log_hints: 'on'
|
||||||
pg_hba:
|
pg_hba:
|
||||||
- host all all 127.0.0.1/32 trust
|
- host all all 127.0.0.1/32 trust
|
||||||
|
Loading…
Reference in New Issue
Block a user