summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/install/kubernetes/gitlab_omnibus.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/install/kubernetes/gitlab_omnibus.md b/doc/install/kubernetes/gitlab_omnibus.md
index 2a3468b173b..b7e86ea7c81 100644
--- a/doc/install/kubernetes/gitlab_omnibus.md
+++ b/doc/install/kubernetes/gitlab_omnibus.md
@@ -1,5 +1,5 @@
# GitLab-Omnibus Helm Chart
-> These Helm charts are in beta. GitLab is working on a [cloud-native](../../../omnibus/package-information/cloud_native.md) set of [Charts](https://gitlab.com/charts/helm.gitlab.io) which will replace these.
+> These Helm charts are in beta. GitLab is working on a [cloud-native](http://docs.gitlab.com/omnibus/package-information/cloud_native.html) set of [Charts](https://gitlab.com/charts/helm.gitlab.io) which will replace these.
> Officially supported cloud providers are Google Container Service and Azure Container Service.
@@ -11,8 +11,8 @@ This chart provides an easy way to get started with GitLab, provisioning an inst
The deployment includes:
-- A [GitLab Omnibus](../../../omnibus/index.md) Pod, including Mattermost, Container Registry, and Prometheus
-- An auto-scaling [GitLab Runner](../../../runner/index.md) using the Kubernetes executor
+- A [GitLab Omnibus](https://docs.gitlab.com/omnibus/) Pod, including Mattermost, Container Registry, and Prometheus
+- An auto-scaling [GitLab Runner](https://docs.gitlab.com/runner/) using the Kubernetes executor
- [Redis](https://github.com/kubernetes/charts/tree/master/stable/redis)
- [PostgreSQL](https://github.com/kubernetes/charts/tree/master/stable/postgresql)
- [NGINX Ingress](https://github.com/kubernetes/charts/tree/master/stable/nginx-ingress)
@@ -41,7 +41,7 @@ Terms:
### Networking Prerequisites
-This chart configures a GitLab server and Kubernetes cluster which can support dynamic [Review Apps](../../../ci/review_apps/index.md), as well as services like the integrated [Container Registry](../../user/project/container_registry.md) and [Mattermost](../../omnibus/gitlab-mattermost/index.md).
+This chart configures a GitLab server and Kubernetes cluster which can support dynamic [Review Apps](https://docs.gitlab.com/ee/ci/review_apps/index.html), as well as services like the integrated [Container Registry](https://docs.gitlab.com/ee/user/project/container_registry.html) and [Mattermost](https://docs.gitlab.com/omnibus/gitlab-mattermost/).
To support the GitLab services and dynamic environments, a wildcard DNS entry is required which resolves to the external Load Balancer IP.
@@ -57,7 +57,7 @@ For most installations, only two parameters are required:
Other common configuration options:
- `gitlab`: Choose the [desired edition](https://about.gitlab.com/products), either `ee` or `ce`. `ce` is the default.
-- `gitlabEELicense`: For Enterprise Edition, the [license](../../user/admin_area/license.md) can be installed directly via the Chart
+- `gitlabEELicense`: For Enterprise Edition, the [license](https://docs.gitlab.com/ee/user/admin_area/license.html) can be installed directly via the Chart
- `provider`: Optimizes the deployment for a cloud provider. The default is `gke` for GCP, with `acs` also supported for Azure.
- `legoEmail`: Email address to use when requesting new SSL certificates from Let's Encrypt