refactor: Update Traefik ingress routes file paths

This commit is contained in:
2024-08-18 07:38:16 +08:00
parent 2da4bdc13e
commit 820191346b
10 changed files with 530 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# 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
```