Files
ITO Mac 35d0d4b3b9 init
2026-05-19 10:53:09 +02:00

13 lines
196 B
YAML

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