feat: dodaj Kubernetes manifeste za FastAPI + Postgres

This commit is contained in:
2026-05-24 09:41:00 +02:00
parent f01b8e1fcb
commit 6a962a0571
9 changed files with 174 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: fastapi-config
namespace: student-bcbaceli
data:
DATABASE_HOST: postgres-service
DATABASE_PORT: "5432"
APP_ENV: production