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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-24 12:07:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-24 12:07:34 +0300
commit3a4363e0098b1ff7689247e55da416848ac51050 (patch)
treeabd0ba6ccf76af3964e481fe143ccebd3b07909b /doc/administration/package_information
parent25bd06f7e75ab5510cb75f0971d210a8d0c93342 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/package_information')
-rw-r--r--doc/administration/package_information/defaults.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/administration/package_information/defaults.md b/doc/administration/package_information/defaults.md
index 717e5ca31c9..6d89b2a9a5b 100644
--- a/doc/administration/package_information/defaults.md
+++ b/doc/administration/package_information/defaults.md
@@ -7,7 +7,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Package defaults **(FREE SELF)**
Unless configuration is specified in the `/etc/gitlab/gitlab.rb` file,
-the package will assume the defaults as noted below.
+the package assumes the defaults as noted below.
## Ports
@@ -63,13 +63,13 @@ Legend:
GitLab also expects a file system to be ready for the storage of Git repositories
and various other files.
-Note that if you are using NFS (Network File System), files will be carried
-over a network which will require, based on implementation, ports `111` and
+If you are using NFS (Network File System), files are carried
+over a network which requires, based on implementation, ports `111` and
`2049` to be open.
NOTE:
-In some cases, the GitLab Registry will be automatically enabled by default. See [our documentation](../packages/container_registry.md) for more details.
+In some cases, the GitLab Registry is automatically enabled by default. See [our documentation](../packages/container_registry.md) for more details.
[^Consul-notes]: If using additional Consul functionality, more ports may need to be opened. See the [official documentation](https://developer.hashicorp.com/consul/docs/install/ports#ports-table) for the list.
- [^Sidekiq-health]: If Sidekiq health check settings are not set, they will default to the Sidekiq metrics exporter settings. This default is deprecated and is set to be removed in [GitLab 15.0](https://gitlab.com/gitlab-org/gitlab/-/issues/347509).
+ [^Sidekiq-health]: If Sidekiq health check settings are not set, they default to the Sidekiq metrics exporter settings. This default is deprecated and is set to be removed in [GitLab 15.0](https://gitlab.com/gitlab-org/gitlab/-/issues/347509).