diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-20 18:38:24 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-20 18:38:24 +0000 |
commit | 983a0bba5d2a042c4a3bbb22432ec192c7501d82 (patch) | |
tree | b153cd387c14ba23bd5a07514c7c01fddf6a78a0 /config/gitlab.yml.example | |
parent | a2bddee2cdb38673df0e004d5b32d9f77797de64 (diff) | |
download | gitlab-ce-983a0bba5d2a042c4a3bbb22432ec192c7501d82.tar.gz |
Add latest changes from gitlab-org/gitlab@12-10-stable-ee
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index b66389b1a6f..090ec9265df 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -477,11 +477,6 @@ production: &base elastic_index_bulk_cron_worker: cron: "*/1 * * * *" - # Elasticsearch metrics - # NOTE: This will only take effect if Elasticsearch is enabled. - elastic_metrics_update_worker: - cron: "*/1 * * * *" - registry: # enabled: true # host: registry.example.com |