Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 80f0f72ff..6416eb825 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,6 @@ graph LR
subgraph "Gitaly Service"
Gitaly == git ==> Filesystem
- Gitaly -- "libgit2" --> Filesystem[(Filesystem)]
end
subgraph "Clients"
@@ -73,9 +72,8 @@ In [High Availability](#high-availability) mode, the current implementation look
```mermaid
graph LR
- subgraph "Gitaly Nodes"
+ subgraph "Gitaly Nodes"
Gitaly == git ==> Filesystem
- Gitaly -- "libgit2" --> Filesystem[(Filesystem)]
end
subgraph "Praefects"
@@ -89,10 +87,10 @@ graph LR
subgraph "Clients"
Rails[gitlab-rails]
- Workhorse
+ Workhorse
Shell[gitlab-shell]
end
-
+
Clients --> Praefects --> Gitaly
```