feat: dodaj Kubernetes manifeste za FastAPI + Postgres

This commit is contained in:
2026-05-19 10:29:05 +02:00
parent a4b891d26d
commit e578aea47d
9 changed files with 177 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: postgres-service
namespace: student-marijanela218
spec:
selector:
app: postgres
ports:
- port: 5432
targetPort: 5432
type: ClusterIP # dostupno samo unutar clustera