diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-14 17:14:21 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-14 17:14:21 +0000 |
commit | c1e5c75c82aebab99b663400a1dbd9968062bcf4 (patch) | |
tree | cf9a3920044b586a9c0227fc0f4a7e58fc0100d4 | |
parent | 76210185ca20a5d09b52d8d9326ff1df8b99fd5d (diff) | |
parent | fe66357f53edb61ef5c287c5ca82070abdc4ba7d (diff) | |
download | gitlab-ce-c1e5c75c82aebab99b663400a1dbd9968062bcf4.tar.gz |
Merge branch 'docs/link-to-default-helm-chart' into 'master'
Add link to default Helm chart
See merge request gitlab-org/gitlab-ce!29652
-rw-r--r-- | doc/topics/autodevops/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index 34140a3260e..702245b22a0 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -315,7 +315,8 @@ If a project's repository contains a `Dockerfile`, Auto Build will use If you are also using Auto Review Apps and Auto Deploy and choose to provide your own `Dockerfile`, make sure you expose your application to port -`5000` as this is the port assumed by the default Helm chart. +`5000` as this is the port assumed by the +[default Helm chart](https://gitlab.com/gitlab-org/charts/auto-deploy-app). #### Auto Build using Heroku buildpacks |