Update architecture.md

This commit is contained in:
B1nj0y 2018-11-29 03:37:03 +00:00
parent c7a19d37ee
commit 02314b8ae1
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ GitLab can be considered to have two layers from a process perspective:
### gitaly
- [Omnibus confiugration options](https://gitlab.com/gitlab-org/gitaly/tree/master/doc/configuration)
- [Omnibus configuration options](https://gitlab.com/gitlab-org/gitaly/tree/master/doc/configuration)
- Layer: Core Service (Data)
Gitaly is a service designed by GitLab to remove our need for NFS for Git storage in distributed deployments of GitLab. (Think GitLab.com or High Availablity Deployments) As of 11.3.0, This service handles all Git level access in GitLab. You can read more about the project [in the project's readme](https://gitlab.com/gitlab-org/gitaly).