diff --git a/manifests/config/configmap.yaml b/manifests/config/configmap.yaml index cafc512..f27c599 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"