Skip to content

Commit

Permalink
Force nexus writer to run on control machine
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester authored Dec 4, 2024
1 parent 441a068 commit 835ca71
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions services/daq-nexus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ nexus-file-converter:
NX_class@: NXinstrument
name: p46

nodeSelector:
kubernetes.io/hostname: bl46p-ea-serv-01.diamond.ac.uk
tolerations:
- key: nodetype
operator: Equal
value: training-rig
effect: NoSchedule
- key: beamline
operator: Equal
value: bl46p
effect: NoSchedule

volumes:
- name: nexus-template
configMap:
Expand Down

0 comments on commit 835ca71

Please sign in to comment.