moved to manifests

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

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