Skip to content

Commit

Permalink
Update scratch paths for daq-blueapi and daq-nexus services
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Oct 10, 2024
1 parent 6fd582a commit 6dd0ca8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions services/daq-blueapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ blueapi:
passcode: ${RABBITMQ_PASSWORD}
host: daq-rabbitmq
scratch:
root: /dls_sw/p46/software/blueapi/scratch
root: /exports/mybeamline/p46/scratch/blueapi
repositories:
- name: dodal
remote_url: https:/DiamondLightSource/dodal.git
scratchHostPath: /dls_sw/p46/software/blueapi/scratch
scratchHostPath: /exports/mybeamline/p46/scratch/blueapi
6 changes: 3 additions & 3 deletions services/daq-nexus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ nexus-file-converter:
path: template.yaml
- name: nexus-data
hostPath:
path: /dls/science/groups/daq/p46/data
path: /exports/mybeamline/p46/data/
type: DirectoryOrCreate

volumeMounts:
- name: nexus-data
mountPath: /dls/science/groups/daq/p46/data
mountPath: /exports/mybeamline/p46/data/
mountPropagation: HostToContainer
- name: nexus-template
mountPath: /templates
Expand All @@ -38,7 +38,7 @@ nexus-file-converter:
files:
output:
directory:
staticDirectory: /dls/science/groups/daq/p46/data/2024/cm37283-2/
staticDirectory: /exports/mybeamline/p46/data/2024/cm11111-1
nameTemplate: <DATA_SESSION>
devices:
types:
Expand Down

0 comments on commit 6dd0ca8

Please sign in to comment.