- Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
The manifest for apiVersion: networking.k8s.io/v1 has the incorrect specs.
aws-load-balancer-controller/docs/examples/2048/2048_full.yaml
Lines 52 to 59 in 3a6ba6a
| spec: | |
| rules: | |
| - http: | |
| paths: | |
| - path: /* | |
| backend: | |
| serviceName: service-2048 | |
| servicePort: 80 |
The spec should conform to the spec referenced here:
https://kubernetes.io/docs/concepts/services-networking/ingress/#the-ingress-resource
spec: rules: - http: paths: - path: /* pathType: Prefix backend: service: name: service-2048 port: number: 80Metadata
Metadata
Assignees
Labels
No labels