We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d35a11 commit 18b1350Copy full SHA for 18b1350
content/en/docs/install/microk8s.md
@@ -138,11 +138,11 @@ The easiest way to test our Spin app is to port forward from the Spin app to the
138
$ microk8s kubectl port-forward services/simple-spinapp 8080:80
139
```
140
141
-You can then run `curl localhost:8080`
+You can then run `curl localhost:8080/hello`
142
143
```console { data-plausible="copy-quick-deploy-sample" }
144
-$ curl localhost:8080
145
-Hello World!
+$ curl localhost:8080/hello
+Hello world from Spin!
146
147
148
### Where to go from here
0 commit comments