File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff 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 ( ) {
You can’t perform that action at this time.
0 commit comments