Files
Petrraa 99b9c56615 .
2026-05-25 23:27:16 +02:00

10 lines
197 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: fastapi-config
namespace: student-petrraa
data:
MAX_TODOS: "100"
DATABASE_HOST: postgres-service
DATABASE_PORT: "5432"
APP_ENV: production