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:
Diffstat (limited to 'doc/administration/package_information/defaults.md')
-rw-r--r--doc/administration/package_information/defaults.md77
1 files changed, 40 insertions, 37 deletions
diff --git a/doc/administration/package_information/defaults.md b/doc/administration/package_information/defaults.md
index 95d6135c28c..54e68392aa5 100644
--- a/doc/administration/package_information/defaults.md
+++ b/doc/administration/package_information/defaults.md
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Distribution
-info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---
# Package defaults **(FREE SELF)**
@@ -14,42 +14,43 @@ the package will assume the defaults as noted below.
See the table below for the list of ports that the Omnibus GitLab assigns
by default:
-| Component | On by default | Communicates via | Alternative | Connection port |
-|:-------------------:|:-------------:|:----------------:|:-----------:|:------------------------------------------:|
-| GitLab Rails | Yes | Port | X | 80 or 443 |
-| GitLab Shell | Yes | Port | X | 22 |
-| PostgreSQL | Yes | Socket | Port (5432) | X |
-| Redis | Yes | Socket | Port (6379) | X |
-| Puma | Yes | Socket | Port (8080) | X |
-| GitLab Workhorse | Yes | Socket | Port (8181) | X |
-| NGINX status | Yes | Port | X | 8060 |
-| Prometheus | Yes | Port | X | 9090 |
-| Node exporter | Yes | Port | X | 9100 |
-| Redis exporter | Yes | Port | X | 9121 |
-| PostgreSQL exporter | Yes | Port | X | 9187 |
-| PgBouncer exporter | No | Port | X | 9188 |
-| GitLab Exporter | Yes | Port | X | 9168 |
-| Sidekiq exporter | Yes | Port | X | 8082 |
-| Puma exporter | No | Port | X | 8083 |
-| Geo PostgreSQL | No | Socket | Port (5431) | X |
-| Redis Sentinel | No | Port | X | 26379 |
-| Incoming email | No | Port | X | 143 |
-| Elastic search | No | Port | X | 9200 |
-| GitLab Pages | No | Port | X | 80 or 443 |
-| GitLab Registry | No* | Port | X | 80, 443 or 5050 |
-| GitLab Registry | No | Port | X | 5000 |
-| LDAP | No | Port | X | Depends on the component configuration |
-| Kerberos | No | Port | X | 8443 or 8088 |
-| OmniAuth | Yes | Port | X | Depends on the component configuration |
-| SMTP | No | Port | X | 465 |
-| Remote syslog | No | Port | X | 514 |
-| Mattermost | No | Port | X | 8065 |
-| Mattermost | No | Port | X | 80 or 443 |
-| PgBouncer | No | Port | X | 6432 |
-| Consul | No | Port | X | 8300, 8301(UDP), 8500, 8600[^Consul-notes] |
-| Patroni | No | Port | X | 8008 |
-| GitLab KAS | No | Port | X | 8150 |
-| Gitaly | No | Port | X | 8075 |
+| Component | On by default | Communicates via | Alternative | Connection port |
+|:--------------------:|:-------------:|:----------------:|:-----------:|:------------------------------------------:|
+| GitLab Rails | Yes | Port | X | 80 or 443 |
+| GitLab Shell | Yes | Port | X | 22 |
+| PostgreSQL | Yes | Socket | Port (5432) | X |
+| Redis | Yes | Socket | Port (6379) | X |
+| Puma | Yes | Socket | Port (8080) | X |
+| GitLab Workhorse | Yes | Socket | Port (8181) | X |
+| NGINX status | Yes | Port | X | 8060 |
+| Prometheus | Yes | Port | X | 9090 |
+| Node exporter | Yes | Port | X | 9100 |
+| Redis exporter | Yes | Port | X | 9121 |
+| PostgreSQL exporter | Yes | Port | X | 9187 |
+| PgBouncer exporter | No | Port | X | 9188 |
+| GitLab Exporter | Yes | Port | X | 9168 |
+| Sidekiq exporter | Yes | Port | X | 8082 |
+| Sidekiq health check | No | Port | X | 8092[^Sidekiq-health] |
+| Puma exporter | No | Port | X | 8083 |
+| Geo PostgreSQL | No | Socket | Port (5431) | X |
+| Redis Sentinel | No | Port | X | 26379 |
+| Incoming email | No | Port | X | 143 |
+| Elastic search | No | Port | X | 9200 |
+| GitLab Pages | No | Port | X | 80 or 443 |
+| GitLab Registry | No* | Port | X | 80, 443 or 5050 |
+| GitLab Registry | No | Port | X | 5000 |
+| LDAP | No | Port | X | Depends on the component configuration |
+| Kerberos | No | Port | X | 8443 or 8088 |
+| OmniAuth | Yes | Port | X | Depends on the component configuration |
+| SMTP | No | Port | X | 465 |
+| Remote syslog | No | Port | X | 514 |
+| Mattermost | No | Port | X | 8065 |
+| Mattermost | No | Port | X | 80 or 443 |
+| PgBouncer | No | Port | X | 6432 |
+| Consul | No | Port | X | 8300, 8301(UDP), 8500, 8600[^Consul-notes] |
+| Patroni | No | Port | X | 8008 |
+| GitLab KAS | No | Port | X | 8150 |
+| Gitaly | No | Port | X | 8075 |
Legend:
@@ -70,3 +71,5 @@ NOTE:
In some cases, the GitLab Registry will be automatically enabled by default. Please 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://www.consul.io/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).