traefik/pkg/provider/kubernetes/ingress/fixtures/Ingress-with-two-services_ingress.yml

23 lines
403 B
YAML
Raw Normal View History

kind: Ingress
apiVersion: networking.k8s.io/v1beta1
metadata:
name: ""
namespace: testing
spec:
rules:
- host: traefik.tchouk
http:
paths:
- path: /bar
backend:
serviceName: service1
servicePort: 80
- host: traefik.courgette
http:
paths:
- path: /carotte
backend:
serviceName: service2
servicePort: 8082