Skip to content

Commit

Permalink
feat: Remove deployment constraints on krawler based jobs (closed #102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Dec 2, 2019
1 parent 7b8e60f commit 8a16e98
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion deploy/hubeau-observations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ services:
placement:
constraints:
- node.role == worker
- node.labels.hubeau == true
restart_policy:
condition: on-failure
networks:
Expand Down
3 changes: 1 addition & 2 deletions deploy/hubeau-stations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ services:
replicas: 1
placement:
constraints:
- node.role == worker
- node.labels.hubeau == true
- node.role == worker
restart_policy:
condition: on-failure
networks:
Expand Down
1 change: 0 additions & 1 deletion deploy/vigicrues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ services:
placement:
constraints:
- node.role == worker
- node.labels.vigicrues == true
restart_policy:
condition: on-failure
networks:
Expand Down

0 comments on commit 8a16e98

Please sign in to comment.