Skip to content

Commit

Permalink
Merge pull request #149 from Telecominfraproject/stephb9959-patch-10
Browse files Browse the repository at this point in the history
Update values.openwifi-qa.single-external-db.yaml
  • Loading branch information
stephb9959 authored Jan 14, 2024
2 parents c6bdcad + c755d29 commit 6978d74
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ postgresql-ha:
memory: 1024Mi
initdbScriptsSecret: tip-openwifi-initdb-scripts
postgresql:
replicaCount: 1 # TODO change after tests
replicaCount: 3 # TODO change after tests
parameters:
max_connections: 30
shared_buffers: 256MB
password: password
postgresPassword: postgres
repmgrPassword: repmgr
Expand Down

0 comments on commit 6978d74

Please sign in to comment.