feat: dodaj Kubernetes manifeste za FastAPI + Postgres

This commit is contained in:
2026-05-25 19:05:51 +02:00
parent eac5e79b38
commit 9a85e58f72
10 changed files with 11 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: fastapi-config
namespace: student-petracamber
namespace: student-PetraCamber
data:
DATABASE_HOST: postgres-service
DATABASE_PORT: "5432"