Skip to content
Snippets Groups Projects
Commit e21ddfc7 authored by Matthias Käppler's avatar Matthias Käppler :bicyclist_tone5:
Browse files

Map Docker ports correctly in metrics.rb

parent 742d84e1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,7 +14,10 @@ module Gitlab
gitlab.release = release
gitlab.network = 'test'
gitlab.name = 'gitlab'
gitlab.ports = [PUMA_METRICS_SERVER_PORT, SIDEKIQ_METRICS_SERVER_PORT]
gitlab.ports = [
"#{PUMA_METRICS_SERVER_PORT}:#{PUMA_METRICS_SERVER_PORT}",
"#{SIDEKIQ_METRICS_SERVER_PORT}:#{SIDEKIQ_METRICS_SERVER_PORT}"
]
 
gitlab.omnibus_configuration << <<~RUBY
puma['exporter_enabled'] = 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