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

10 lines
175 B
YAML

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