diff --git a/manifests/config/configmap.yaml b/manifests/config/configmap.yaml index 7a7e5a8..eecf0d8 100644 --- a/manifests/config/configmap.yaml +++ b/manifests/config/configmap.yaml @@ -9,3 +9,4 @@ data: DATABASE_HOST: postgres-service DATABASE_PORT: "5432" APP_ENV: production + MAX_TODOS: "100"