Files
fastapi-postgres-gitops/manifests/app/service.yaml
2026-05-19 10:43:46 +02:00

12 lines
195 B
YAML

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