Commit a021a4f
committed
docs(k8s): explain how to point FE dev server at local k3s API
The Vite proxy defaults to localhost:8000, but the dev k3s stack
exposes the API on NodePort 30080. Spell out both ways to bridge that
- the new VITE_API_PROXY_TARGET env var (no port-forward needed) and
the equivalent kubectl port-forward command - so devs don't have to
rediscover the gap each time.1 parent 8dbec33 commit a021a4f
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
38 | 47 | | |
39 | 48 | | |
40 | 49 | | |
| |||
0 commit comments