feat: dodaj Kubernetes manifeste za FastAPI + Postgres

This commit is contained in:
TonyKaracic33
2026-05-19 10:43:46 +02:00
parent e432b53b8b
commit 1f73e1c025
9 changed files with 174 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: fastapi-api-service
namespace: student-tony773
spec:
selector:
app: fastapi-api
ports:
- port: 80
targetPort: 8000
type: ClusterIP