Files
traefik/pkg/provider/kubernetes/ingress/fixtures/Ingress-with-backend-resource.yml
2025-05-23 14:56:05 +02:00

19 lines
288 B
YAML

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