Kubernetes - Ingress
Identify the error in this Ingress YAML snippet:
spec:
rules:
- host: mysite.com
http:
paths:
- path: /api
pathType: Prefix
backend:
serviceName: api-service
servicePort: 80