mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 15:36:49 +00:00
8 lines
172 B
Markdown
8 lines
172 B
Markdown
# traefik ingress route
|
|
|
|
## Description
|
|
```bash
|
|
k apply -f ingress_route.yaml -f whoami.yaml
|
|
http://test.traefik.local/bar
|
|
k delete -f ingress_route.yaml -f whoami.yaml
|
|
``` |