summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2019-05-02 17:49:38 -0400
committerJoshua Lambert <joshua@gitlab.com>2019-05-02 17:49:38 -0400
commitffae94e5b8988b91da6a9b09b4a3d08d757de620 (patch)
treeb970e7ee71bc4ad15c264fed0b0d49a73921cff0
parentcc0a9ad7a27aaad5f597d5ac8792663588c794f3 (diff)
downloadgitlab-ce-ffae94e5b8988b91da6a9b09b4a3d08d757de620.tar.gz
Add object storage to the chart
-rw-r--r--doc/development/architecture.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md
index 1183c9d4ce2..6ff79805239 100644
--- a/doc/development/architecture.md
+++ b/doc/development/architecture.md
@@ -281,6 +281,10 @@ graph TB
Alertmanager -- TCP 25 --> SMTP
Sidekiq -- TCP 25 --> SMTP
Unicorn -- TCP 25 --> SMTP
+ Unicorn -- TCP 443 --> ObjectStorage(Object Storage)
+ Sidekiq -- TCP 443 --> ObjectStorage(Object Storage)
+ GitLabWorkhorse -- TCP 443 --> ObjectStorage(Object Storage)
+ Registry -- TCP 443 --> ObjectStorage(Object Storage)
classDef defaultoff stroke-dasharray: 5, 5
class ElasticSearch defaultoff
@@ -298,6 +302,7 @@ class Sentry defaultoff
class Jaeger defaultoff
class Alertmanager defaultoff
class SMTP defaultoff
+class ObjectStorage defaultoff
```
| Component | Description | On by Default | Required | CE/EE | Configuration |