Files
fastapi-postgres-gitops/manifests/app/service.yaml
Petrraa 99b9c56615 .
2026-05-25 23:27:16 +02:00

12 lines
199 B
YAML

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