This commit is contained in:
ITO Mac
2026-06-08 21:32:34 +02:00
parent f8392b3d23
commit 8a2315c9b3
9 changed files with 180 additions and 0 deletions

12
app/service.yaml Normal file
View File

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