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 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 57788e55f8f..92e7501d49d 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -436,6 +436,9 @@ production: &base
# Remove expired build artifacts
expire_build_artifacts_worker:
cron: "*/7 * * * *"
+ # Remove expired pipeline artifacts
+ ci_pipelines_expire_artifacts_worker:
+ cron: "*/23 * * * *"
# Remove files from object storage
ci_schedule_delete_objects_worker:
cron: "*/16 * * * *"
@@ -477,7 +480,7 @@ production: &base
ee_cron_jobs:
# Schedule snapshots for all devops adoption segments
analytics_devops_adoption_create_all_snapshots_worker:
- cron: 0 0 1 * *
+ cron: 0 4 * * *
# Snapshot active users statistics
historical_data_worker:
@@ -1207,10 +1210,7 @@ production: &base
# yourself, and then update the values here.
# https://docs.gitlab.com/ee/administration/monitoring/prometheus/
prometheus:
- # Do not use `enable` and `listen_address` in any new code, as they are deprecated. Use `server_address` instead.
- # https://gitlab.com/gitlab-org/gitlab/-/issues/227111
- # enable: true
- # listen_address: 'localhost:9090'
+ # enabled: true
# server_address: 'localhost:9090'
## Consul settings
@@ -1499,8 +1499,8 @@ test:
group_base: 'ou=groups,dc=example,dc=com'
admin_group: ''
prometheus:
- enable: true
- listen_address: 'localhost:9090'
+ enabled: true
+ server_address: 'localhost:9090'
staging:
<<: *base