Files
fastapi-postgres-gitops/manifests/config/configmap.yaml
2026-05-25 23:03:12 +02:00

11 lines
198 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