Merge "Allow overriding some critical postgre parameters"

This commit is contained in:
Zuul 2018-06-26 23:07:31 +00:00 committed by Gerrit Code Review
commit 8dc986740c
2 changed files with 6 additions and 1 deletions

View File

@ -18,4 +18,4 @@ limitations under the License.
set -ex
exec /docker-entrypoint.sh postgres
exec /docker-entrypoint.sh postgres -N {{ .Values.conf.postgresql.max_connections }} -B {{ .Values.conf.postgresql.shared_buffers }}

View File

@ -93,6 +93,11 @@ dependencies:
- endpoint: internal
service: local_image_registry
conf:
postgresql:
max_connections: 100
shared_buffers: 128MB
secrets:
postgresql:
admin: postgresql-admin