Skip to content

Commit 57677fc

Browse files
committed
Set node affinity at USDF.
1 parent 6d02e83 commit 57677fc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

applications/rapid-analysis/values-usdf-rapid-analysis.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ env:
2020
AWS_REQUEST_CHECKSUM_CALCULATION: WHEN_REQUIRED
2121
AWS_RESPONSE_CHECKSUM_VALIDATION: WHEN_REQUIRED
2222
HOME: /home/saluser
23-
podAnnotations:
24-
edu.stanford.slac.sdf.project/usdf-embargo: "true"
23+
affinity:
24+
nodeAffinity:
25+
requiredDuringSchedulingIgnoredDuringExecution:
26+
nodeSelectorTerms:
27+
- matchExpressions:
28+
- key: node-role.kubernetes.io/rapid-analysis
29+
operator: Exists
2530
scripts:
2631
###
2732
### LSSTCam pods

0 commit comments

Comments
 (0)