Commit 2dca181
committed
sample-app: Fix port of node-server-svc (80 to 8080)
Without this, following the instructions that don't require port
forwarding (e.g. using "minikube tunnel") fails: the service is exposed
on port 80, which is not what the frontend expects.
After this commit the setup mimics that of the frontend service, which
works both with and without port forwarding.
Signed-off-by: Guzman <guzman@guzman.fi>1 parent 0a9d913 commit 2dca181
File tree
3 files changed
+3
-3
lines changed- code-samples/eventing/bookstore-sample-app
- solution/node-server/config
- start/node-server/config
- docs/versioned/bookstore/page-0.5
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
0 commit comments