mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
fix(Benchmark): remove unused seeder definition
This commit is contained in:
parent
438d683bac
commit
8092fb58d8
|
|
@ -146,27 +146,7 @@ export default class ServiceSeeder extends BaseSeeder {
|
|||
installation_status: 'idle',
|
||||
is_dependency_service: false,
|
||||
depends_on: null,
|
||||
},
|
||||
{
|
||||
service_name: DockerService.BENCHMARK_SERVICE_NAME,
|
||||
friendly_name: 'System Benchmark',
|
||||
description: 'Measure your server performance and compare with the NOMAD community',
|
||||
icon: 'IconChartBar',
|
||||
container_image: 'severalnines/sysbench:latest',
|
||||
container_command: null,
|
||||
container_config: JSON.stringify({
|
||||
HostConfig: {
|
||||
AutoRemove: true,
|
||||
Binds: [`${ServiceSeeder.NOMAD_STORAGE_ABS_PATH}/benchmark:/tmp/benchmark`]
|
||||
},
|
||||
WorkingDir: '/tmp/benchmark',
|
||||
}),
|
||||
ui_location: null, // UI is integrated into Command Center
|
||||
installed: false,
|
||||
installation_status: 'idle',
|
||||
is_dependency_service: false,
|
||||
depends_on: null,
|
||||
},
|
||||
}
|
||||
]
|
||||
|
||||
async run() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user