feat: dodaj Kubernetes manifeste za FastAPI + Postgres

This commit is contained in:
2026-05-19 10:39:28 +02:00
parent cb15d1441d
commit 9540b1c4c3
3 changed files with 0 additions and 0 deletions

View File

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