traefik/pkg/provider/kubernetes/ingress/fixtures/Ingress-with-one-host-without-path_ingress.yml
2020-01-16 10:14:06 +01:00

15 lines
233 B
YAML

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