Files
fastapi-postgres-gitops/manifests/app/service.yaml
2026-05-25 14:03:17 +02:00

13 lines
196 B
YAML

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