traefik/pkg/provider/kubernetes/ingress/fixtures/Ingress-with-one-host-without-path_ingress.yml

15 lines
233 B
YAML
Raw Normal View History

kind: Ingress
apiVersion: networking.k8s.io/v1beta1
metadata:
name: ""
namespace: testing
spec:
rules:
- host: example.com
http:
paths:
- backend:
serviceName: example-com
servicePort: 80