Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
018e4a93
Commit
018e4a93
authored
May 07, 2019
by
Joshua Lambert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Load mermaid.min.js for now off-site
parent
12752f3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
doc/development/architecture.md
doc/development/architecture.md
+5
-2
No files found.
doc/development/architecture.md
View file @
018e4a93
<script src="https://unpkg.com/mermaid@8.0.0/dist/mermaid.min.js"></script>
<script>
mermaid.initialize({startOnLoad:true});
</script>
# GitLab Architecture Overview
## Software delivery
...
...
@@ -210,7 +213,7 @@ To serve repositories over SSH there's an add-on application called gitlab-shell
### Components
```
mermaid
<div
class=
"mermaid"
>
graph TB
HTTP[HTTP/HTTPS] -- TCP 80, 443 --> NGINX(NGINX)
...
...
@@ -310,7 +313,7 @@ class Alertmanager defaultoff
class SMTP defaultoff
class ObjectStorage defaultoff
class Geo defaultoff
```
</div>
**Legend**
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment