summaryrefslogtreecommitdiffstats
path: root/tools/cloudify
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cloudify')
-rw-r--r--tools/cloudify/blueprints/k8s-hello-world/blueprint.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cloudify/blueprints/k8s-hello-world/blueprint.yaml b/tools/cloudify/blueprints/k8s-hello-world/blueprint.yaml
index 54c0b45..a7d7c49 100644
--- a/tools/cloudify/blueprints/k8s-hello-world/blueprint.yaml
+++ b/tools/cloudify/blueprints/k8s-hello-world/blueprint.yaml
@@ -116,6 +116,8 @@ node_templates:
labels:
app: nginx
spec:
+ nodeSelector:
+ role: worker
containers:
- name: nginx
image: nginx:1.7.9