summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2019-05-06 22:50:56 -0400
committerJoshua Lambert <joshua@gitlab.com>2019-05-06 22:50:56 -0400
commit177585c9a08a26d9e6a2997097bd53b51b086aa2 (patch)
treec1a0466c5decab1199afb06a695f0a189890a123
parent08e528c00ed14c58cca35a4c622e3e89ed926091 (diff)
downloadgitlab-ce-jl-architecture-mermaid-docs.tar.gz
Update minikube minimal link to deploy anchorjl-architecture-mermaid-docs
-rw-r--r--doc/development/architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md
index c4ddddbd258..cf65e2705ae 100644
--- a/doc/development/architecture.md
+++ b/doc/development/architecture.md
@@ -318,7 +318,7 @@ class Geo defaultoff
* ⤓ - Additional software/service required
* ❌ - Not available
-| Component | Description | [Omnibus GitLab](https://docs.gitlab.com/omnibus/README.html) | [GitLab chart](https://docs.gitlab.com/charts/) | [Minikube Minimal](https://docs.gitlab.com/charts/development/minikube/#deploying-the-chart) | [GitLab.com](https://gitlab.com) | CE/EE |
+| Component | Description | [Omnibus GitLab](https://docs.gitlab.com/omnibus/README.html) | [GitLab chart](https://docs.gitlab.com/charts/) | [Minikube Minimal](https://docs.gitlab.com/charts/development/minikube/#deploying-gitlab-with-minimal-settings) | [GitLab.com](https://gitlab.com) | CE/EE |
| --------- | ----------- |:--------------------:|:------------------:|:-----:|:--------:|:--------:|
| NGINX | Routes requests to appropriate components, terminates SSL | [✅](https://docs.gitlab.com/omnibus/settings/nginx.html) | [✅](https://docs.gitlab.com/charts/charts/nginx/index.html) | [⚙](https://docs.gitlab.com/charts/charts/nginx/index.html) | [✅](https://about.gitlab.com/handbook/engineering/infrastructure/production-architecture/#service-architecture) |CE & EE |
| Unicorn (GitLab Rails) | Handles requests for the web interface and API | [✅](https://docs.gitlab.com/omnibus/settings/unicorn.html) | [✅](https://docs.gitlab.com/charts/charts/gitlab/unicorn/index.html) | [✅](https://docs.gitlab.com/charts/charts/gitlab/unicorn/index.html) | [✅](https://docs.gitlab.com/ee/user/gitlab_com/#unicorn) | CE & EE |