summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2019-04-27 23:06:47 -0400
committerJoshua Lambert <joshua@gitlab.com>2019-04-27 23:06:47 -0400
commitc09ebbae4a79fc1d6adcfe7307e4bd8844e85251 (patch)
tree0c5bad3ea2ac028389f5c5d9a164c90a3c55118d
parentb3c09a60aa3f03fecf545b165a4aabf4c0c055d5 (diff)
downloadgitlab-ce-c09ebbae4a79fc1d6adcfe7307e4bd8844e85251.tar.gz
Add additional components
-rw-r--r--doc/development/architecture.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md
index 1b06db5766f..e0a9c338837 100644
--- a/doc/development/architecture.md
+++ b/doc/development/architecture.md
@@ -251,6 +251,9 @@ graph TB
PgBouncer --> PostgreSQL
NGINX --> Registry
Unicorn --> Registry
+ NGINX --> Mattermost
+ Mattermost --- Unicorn
+
end
HTTPK8s(HTTP/HTTPS) -- TCP 80, 443 --> LoadBalancerK8s(Load Balancer)