Skip to content

Commit 7143b92

Browse files
committed
ui port
1 parent fece617 commit 7143b92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/lib/routes/services.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def self.registered(app)
724724
states << check_ldap
725725

726726
ui_hosts.each do |host|
727-
states << monitor_service_status(:ingest, :state, "#{host}/state.json")
727+
states << monitor_service_status(:ui, :state, "#{host}/state.json")
728728
end
729729
ingest_hosts.each do |host|
730730
states << monitor_service_status(:ingest, :state, "#{host}/state?t=json")
@@ -823,7 +823,7 @@ def service_urls(service)
823823
else
824824
"/#{service}"
825825
end
826-
port = service == 'ui' ? '9292' : '8080'
826+
port = service == 'ui' ? '8086' : '8080'
827827
Aws::ServiceDiscovery::Client.new(region: UC3::UC3Client.region)
828828
.discover_instances(
829829
service_name: service,

0 commit comments

Comments
 (0)