Files
fastapi-postgres-gitops/manifests/config/configmap.yaml
2026-05-26 00:38:14 +02:00

11 lines
202 B
YAML

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