add MAX_TODOS config

This commit is contained in:
Petrraa
2026-05-25 23:03:12 +02:00
parent a695eb309d
commit a50ce6b8b7

View File

@@ -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