mirror of
https://github.com/traefik/traefik
synced 2026-02-03 12:20:33 +00:00
13 lines
208 B
YAML
13 lines
208 B
YAML
kind: Ingress
|
|
apiVersion: networking.k8s.io/v1
|
|
metadata:
|
|
name: defaultbackend
|
|
namespace: testing
|
|
|
|
spec:
|
|
defaultBackend:
|
|
resource:
|
|
apiGroup: example.com
|
|
kind: SomeBackend
|
|
name: foo
|