Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/en/docs/install/microk8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ The easiest way to test our Spin app is to port forward from the Spin app to the
$ microk8s kubectl port-forward services/simple-spinapp 8080:80
```

You can then run `curl localhost:8080`
You can then run `curl localhost:8080/hello`

```console { data-plausible="copy-quick-deploy-sample" }
$ curl localhost:8080
Hello World!
$ curl localhost:8080/hello
Hello world from Spin!
```

### Where to go from here
Expand Down