summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielgruesso <dgruesso@gitlab.com>2019-01-25 15:42:14 -0500
committerdanielgruesso <dgruesso@gitlab.com>2019-01-30 14:59:16 -0500
commitbb00f0ee5e352f5dbde3c3ab0dbe3e89bf5d9449 (patch)
tree02089039ed8d3a00b319f71ab6d5b4ca534580aa
parentdede8a0daee1e5a6f0f29bc82688e07f8b93f3d3 (diff)
downloadgitlab-ce-bb00f0ee5e352f5dbde3c3ab0dbe3e89bf5d9449.tar.gz
Add domain retrieval info and image
-rw-r--r--doc/user/project/clusters/serverless/img/app-domain.pngbin0 -> 209263 bytes
-rw-r--r--doc/user/project/clusters/serverless/index.md6
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/user/project/clusters/serverless/img/app-domain.png b/doc/user/project/clusters/serverless/img/app-domain.png
new file mode 100644
index 00000000000..d113dfadd2e
--- /dev/null
+++ b/doc/user/project/clusters/serverless/img/app-domain.png
Binary files differ
diff --git a/doc/user/project/clusters/serverless/index.md b/doc/user/project/clusters/serverless/index.md
index 85d41777ce6..2a6dc7862df 100644
--- a/doc/user/project/clusters/serverless/index.md
+++ b/doc/user/project/clusters/serverless/index.md
@@ -248,7 +248,11 @@ With all the pieces in place, the next time a CI pipeline runs, the Knative appl
### Obtain the URL for the Knative deployment
-Use the CI/CD deployment job output to obtain the deployment URL. Once all the stages of the pipeline finish, click the **deploy** stage.
+Visit **Operations >> Serverless** to find the URL for your deployment (listed under the "Domain" column).
+
+![app domain](img/app-domain.png)
+
+Alternatively, use the CI/CD deployment job output to obtain the deployment URL. Once all the stages of the pipeline finish, click the **deploy** stage.
![deploy stage](img/deploy-stage.png)