traefik/pkg/provider/kubernetes/ingress/fixtures/Ingress-with-wildcard-host_ingress.yml

16 lines
252 B
YAML
Raw Normal View History

kind: Ingress
2020-02-10 15:03:39 +00:00
apiVersion: networking.k8s.io/v1beta1
metadata:
name: ""
namespace: testing
spec:
rules:
- host: "*.foobar.com"
http:
paths:
- path: /bar
backend:
serviceName: service1
servicePort: 80