From 348a9c7fcfef09f37ae1926873207dcbc8c9a544 Mon Sep 17 00:00:00 2001 From: Robert Prehn Date: Fri, 22 Oct 2021 13:16:23 -0500 Subject: [PATCH] fix: Bump db pool size --- infrastructure/kube.yaml | 2 ++ infrastructure_templates/kube.yaml.dot | 2 ++ 2 files changed, 4 insertions(+) diff --git a/infrastructure/kube.yaml b/infrastructure/kube.yaml index 8577b29a..c22895e2 100644 --- a/infrastructure/kube.yaml +++ b/infrastructure/kube.yaml @@ -36,6 +36,8 @@ spec: env: - name: HOSTNAME value: legendaryframework.org + - name: POOL_SIZE + value: 25 - name: EMAIL_FROM value: no-reply@legendaryframework.org - name: NAMESPACE diff --git a/infrastructure_templates/kube.yaml.dot b/infrastructure_templates/kube.yaml.dot index c0c257a5..06247b5c 100644 --- a/infrastructure_templates/kube.yaml.dot +++ b/infrastructure_templates/kube.yaml.dot @@ -36,6 +36,8 @@ spec: env: - name: HOSTNAME value: legendaryframework.org + - name: POOL_SIZE + value: 25 - name: EMAIL_FROM value: no-reply@legendaryframework.org - name: NAMESPACE