diff --git a/manifests/config/configmap.yaml b/manifests/config/configmap.yaml index bedb4e0..47fb35b 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