Skip to content

Commit

Permalink
[home] added pg_hba on older ha db cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 4, 2024
1 parent f6c2a84 commit d619a84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/home/ha/base/db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ spec:
memory: 768Mi
cpu: 700m
postgresql:
pg_hba:
- host all all all md5
parameters:
shared_buffers: 256MB
timezone: "America/Sao_Paulo"
pg_stat_statements.max: '10000'
pg_stat_statements.max: "10000"
pg_stat_statements.track: all
auto_explain.log_min_duration: '10s'
auto_explain.log_min_duration: "10s"
bootstrap:
initdb:
database: home
Expand Down

0 comments on commit d619a84

Please sign in to comment.