1
0
Fork 0
traefik/pkg/provider/kubernetes/ingress/fixtures/Ingress-without-backend.yml
Romain b669981018
Fix panic for ingress with backend resource
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2025-05-23 14:56:05 +02:00

15 lines
218 B
YAML

kind: Ingress
apiVersion: networking.k8s.io/v1
metadata:
name: ""
namespace: testing
spec:
rules:
- host: traefik.tchouk
http:
paths:
- path: /bar
backend: {}
pathType: Prefix