Files

13 lines
199 B
YAML

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