Skip to content

Commit

Permalink
chore: expose notifications pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Apr 19, 2024
1 parent 7f9f1cc commit 29cb752
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/galoy/templates/notifications-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
data:
notifications.yml: |-
db:
pool_size: 20
pool_size: {{ .Values.galoy.notifications.config.db.poolSize }}
subgraph_server:
port: {{ .Values.galoy.notifications.graphqlPort }}
jwks_url: "http://galoy-oathkeeper-api:4456/.well-known/jwks.json"
Expand Down
2 changes: 2 additions & 0 deletions charts/galoy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ galoy:
grpcPort: 6685
graphqlPort: 6684
config:
db:
poolSize: 20
importFromKratos: false
smtp:
enabled: false
Expand Down

0 comments on commit 29cb752

Please sign in to comment.