Skip to content

Commit

Permalink
add linux nodeselector
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Alba <[email protected]>

Signed-off-by: Paolo Alba <[email protected]>
  • Loading branch information
paoloalba committed May 23, 2020
1 parent 090c858 commit e4a0208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/12-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: "keda-operator"
nodeSelector:
beta.kubernetes.io/os: linux
2 changes: 2 additions & 0 deletions deploy/22-metrics-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ spec:
volumeMounts:
- mountPath: /tmp
name: temp-vol
nodeSelector:
beta.kubernetes.io/os: linux
volumes:
- name: temp-vol
emptyDir: {}

0 comments on commit e4a0208

Please sign in to comment.