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

10 lines
181 B
YAML

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