Files
fastapi-postgres-gitops/manifests/app/service.yaml

13 lines
201 B
YAML

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