Added swarm template for one manager and one worker (#330)
This commit is contained in:
committed by
Marcos Nils
parent
4b1dc52c59
commit
172be6edf7
@@ -665,7 +665,17 @@
|
||||
{hostname: 'manager5', is_swarm_manager: true}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '1 Manager and 1 Worker',
|
||||
icon: '/assets/swarm.png',
|
||||
setup: {
|
||||
instances: [
|
||||
{hostname: 'manager1', is_swarm_manager: true},
|
||||
{hostname: 'worker1', is_swarm_manager: false}
|
||||
]
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user