Skip to content

The spec for Ingress resource is incorrect #2066

@tlliddle

Description

@tlliddle

The manifest for apiVersion: networking.k8s.io/v1 has the incorrect specs.

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: 80

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions