Parameterise the host LB host label used for affinity scheduling.

This commit is contained in:
Chris Fordham
2017-07-25 22:12:06 +10:00
parent f826533c59
commit caa454c123
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -148,6 +148,12 @@ catalog:
- 'true'
- 'false'
default: 'false'
- variable: drone_lb_host_label
label: Drone LB Host Label
description: Host Label (soft affinity) for scheduling of the load balancer service.
required: true
default: "drone_lb=true"
type: string
services:
agent:
scale: ${agent_scale}