Refactor Kubernetes configuration to use Traefik for dashboard routing

This commit is contained in:
2024-07-20 19:40:36 +08:00
parent 8460e24fd0
commit 4c10573dab
-1
View File
@@ -12,5 +12,4 @@ kubectl port-forward --address 0.0.0.0 service/traefik 8000:8000 8080:8080 443:4
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.0/docs/content/user-guides/crd-acme/04-ingressroutes.yml
curl [-k] https://your.example.com/tls
curl http://your.example.com:8000/notls
```