add MAX_TODOS env

This commit is contained in:
2026-05-25 23:35:11 +02:00
parent 46022e30ce
commit 0fc877f427

View File

@@ -38,6 +38,11 @@ spec:
configMapKeyRef:
name: fastapi-config
key: DATABASE_PORT
- name: MAX_TODOS
valueFrom:
configMapKeyRef:
name: fastapi-config
key: MAX_TODOS
- name: POSTGRES_USER
valueFrom:
secretKeyRef: