From eb460b62ac4ae70f7cf5993fb5f78b2ebb6e890f Mon Sep 17 00:00:00 2001 From: IvaCerkez Date: Mon, 25 May 2026 21:36:50 +0200 Subject: [PATCH] config: set MAX_TODOS=100 and fix deployment --- manifests/config/configmap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/config/configmap.yaml b/manifests/config/configmap.yaml index c5e8719..31297c0 100644 --- a/manifests/config/configmap.yaml +++ b/manifests/config/configmap.yaml @@ -7,3 +7,4 @@ data: DATABASE_HOST: postgres-service DATABASE_PORT: "5432" APP_ENV: production + MAX_TODOS: "100" \ No newline at end of file