Files
2026-05-25 23:30:43 +02:00

12 lines
205 B
YAML

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