From 29cb7521cc11b4fb24cb54bb0aba296d21f01b0a Mon Sep 17 00:00:00 2001 From: bodymindarts Date: Fri, 19 Apr 2024 22:28:24 +0200 Subject: [PATCH] chore: expose notifications pool size --- charts/galoy/templates/notifications-cm.yaml | 2 +- charts/galoy/values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/galoy/templates/notifications-cm.yaml b/charts/galoy/templates/notifications-cm.yaml index fb9790b088..fdd586875f 100644 --- a/charts/galoy/templates/notifications-cm.yaml +++ b/charts/galoy/templates/notifications-cm.yaml @@ -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" diff --git a/charts/galoy/values.yaml b/charts/galoy/values.yaml index 493a9029ad..107465942a 100644 --- a/charts/galoy/values.yaml +++ b/charts/galoy/values.yaml @@ -425,6 +425,8 @@ galoy: grpcPort: 6685 graphqlPort: 6684 config: + db: + poolSize: 20 importFromKratos: false smtp: enabled: false