Skip to content

Commit

Permalink
Remove temporarily hack for deployment order
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Hansson authored Aug 24, 2018
1 parent 719585b commit 1158831
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions loadtest-chart/templates/locust-slave-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,3 @@ spec:
value: {{ template "fullname" . }}-master
- name: TARGET_HOST
value: "{{ .Values.targetHost }}"
affinity:
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: component
operator: In
values:
- locust-master
topologyKey: "kubernetes.io/hostname"

0 comments on commit 1158831

Please sign in to comment.