Skip to content

Commit

Permalink
Merge pull request #1682 from flanksource/moshloop-patch-1
Browse files Browse the repository at this point in the history
chore: update connection pooler defaults
  • Loading branch information
moshloop authored Feb 22, 2024
2 parents ef6ae9a + c275bfa commit 187d6d1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

global:
db:
connectionPooler:
enabled: false
secretKeyRef:
name: mission-control-connection-pooler
key: DB_URL

replicas: 1

image:
Expand Down Expand Up @@ -37,11 +45,6 @@ otel:

db:
runMigrations: true
connectionPooler:
enabled: false
secretKeyRef:
name: mission-control-connection-pooler
key: DB_URL
embedded:
# If the database is embedded, setting this to true will persist the contents of the database
# through a persistent volume
Expand Down

0 comments on commit 187d6d1

Please sign in to comment.