Files
fastapi-postgres-gitops/manifests/app/service.yaml
2026-05-24 00:07:27 +02:00

13 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: NodePort