EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 559c57ea authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Increase max connections to 300 for postgres

Closes #21
parent 4eddcdb3
No related branches found
No related tags found
No related merge requests found
Pipeline #32292 passed
......@@ -238,10 +238,13 @@ database:
enabled: false
existingClaim: data-access-db # rename to persistence volume claim
#### SHOULD BE CHANGED IN PROD ####
# NOTE: these value keys have to be changed when upgrading the chart version
# https://docs.bitnami.com/kubernetes/infrastructure/postgresql/administration/upgrade/
postgresqlUsername: dbuser
postgresqlPassword: dbpw
postgresqlDatabase: dbname
postgresqlPostgresPassword: dbpgpw
postgresqlMaxConnections: "300"
initdbScripts:
enablePostgis.sh: |
echo "Enabling postgis"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment