traefik/pkg/provider/kubernetes/ingress/fixtures/Ingress-with-one-host-without-path_ingress.yml
Ludovic Fernandez f1b085fa36 Move code to pkg
2019-03-15 09:42:03 +01:00

15 lines
226 B
YAML

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