Skip to content

Commit

Permalink
Bump chart version to force a release
Browse files Browse the repository at this point in the history
  • Loading branch information
renchap committed Oct 27, 2023
1 parent ff07f36 commit 30efad8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions test-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
nodeSelector:
joinmastodon.org/property: mastodon.social
replicaCount: 1

databases:
social-db-01:
host: 10.11.128.6
port: 5432
user: maas_msocial
dbname: maas_msocial

social-db-02:
host: 10.11.128.7
port: 5432
user: maas_msocial
dbname: maas_msocial

settings:
statsUsers:
- pgbouncer_exporter
connectionLimits:
maxClientConn: 4000
defaultPoolSize: 750 # * 2 = 1200, less than the 1300 max_conn on pg servers

resources:
requests:
cpu: 1
memory: 128Mi
limits:
memory: 512Mi

0 comments on commit 30efad8

Please sign in to comment.