dodani Kubernetes manifesti za FastAPI i Postgres

This commit is contained in:
2026-05-25 19:34:51 +02:00
commit bd0dc46938
9 changed files with 167 additions and 0 deletions

View File

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