Skip to content

Commit 8092fb5

Browse files
committed
fix(Benchmark): remove unused seeder definition
1 parent 438d683 commit 8092fb5

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

admin/database/seeders/service_seeder.ts

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -146,27 +146,7 @@ export default class ServiceSeeder extends BaseSeeder {
146146
installation_status: 'idle',
147147
is_dependency_service: false,
148148
depends_on: null,
149-
},
150-
{
151-
service_name: DockerService.BENCHMARK_SERVICE_NAME,
152-
friendly_name: 'System Benchmark',
153-
description: 'Measure your server performance and compare with the NOMAD community',
154-
icon: 'IconChartBar',
155-
container_image: 'severalnines/sysbench:latest',
156-
container_command: null,
157-
container_config: JSON.stringify({
158-
HostConfig: {
159-
AutoRemove: true,
160-
Binds: [`${ServiceSeeder.NOMAD_STORAGE_ABS_PATH}/benchmark:/tmp/benchmark`]
161-
},
162-
WorkingDir: '/tmp/benchmark',
163-
}),
164-
ui_location: null, // UI is integrated into Command Center
165-
installed: false,
166-
installation_status: 'idle',
167-
is_dependency_service: false,
168-
depends_on: null,
169-
},
149+
}
170150
]
171151

172152
async run() {

0 commit comments

Comments
 (0)