diff --git a/manifests/config/configmap.yaml b/manifests/config/configmap.yaml index cef0b88..c291d54 100644 --- a/manifests/config/configmap.yaml +++ b/manifests/config/configmap.yaml @@ -4,6 +4,7 @@ metadata: name: fastapi-config namespace: student-petrraa data: + MAX_TODOS: "100" DATABASE_HOST: postgres-service DATABASE_PORT: "5432" APP_ENV: production