Skip to content
Snippets Groups Projects
Commit 1d426bff authored by Joshua Lambert's avatar Joshua Lambert
Browse files

Fix ordering of Prometheus config

parent 007ca474
No related branches found
No related tags found
1 merge request!21WIP: Remove patches, enable Prometheus exporters and configure them for external PG, Redis.
Loading
Loading
@@ -126,8 +126,8 @@ spec:
gitlab_ci['builds_directory'] = '/gitlab-data/builds'
gitlab_rails['registry_path'] = '/gitlab-registry'
 
prometheus['listen_address'] = '0.0.0.0:9090'
prometheus['enable'] = true
prometheus['listen_address'] = '0.0.0.0:9090'
node_exporter['enable'] = true
gitlab_monitor['enable'] = true
postgres_exporter['enable'] = true
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment