File tree 3 files changed +8
-0
lines changed
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 43
43
MONITOR_SERVICE_ACCOUNT_USERNAME = os .environ ['MONITOR_SERVICE_ACCOUNT_USERNAME' ]
44
44
DESARCHIVE_HOST_PATH = os .environ ['DESARCHIVE_HOST_PATH' ]
45
45
COADD_HOST_PATH = os .environ ['COADD_HOST_PATH' ]
46
+ DR2_TILE_HOST_PATH = os .environ ['DR2_TILE_HOST_PATH' ]
46
47
JOB_UID = os .environ .get ('JOB_UID' , '1001' )
47
48
JOB_GID = os .environ .get ('JOB_GID' , '1001' )
48
49
Original file line number Diff line number Diff line change 32
32
readOnly : true
33
33
hostPath :
34
34
path : {{ coaddHostPath }}
35
+ - name : dr2-tiles
36
+ readOnly : true
37
+ hostPath :
38
+ path : {{ dr2TilePath }}
35
39
initContainers :
36
40
- name : init
37
41
securityContext :
74
78
mountPath : ' /des003/desarchive'
75
79
- name : coadd-volume
76
80
mountPath : ' /des004/coadd'
81
+ - name : dr2-tiles
82
+ mountPath : " /tiles/dr2"
77
83
lifecycle :
78
84
postStart :
79
85
exec :
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ def job(input):
59
59
resource_request_cpu = input ["resource_request_cpu" ],
60
60
desarchiveHostPath = envvars .DESARCHIVE_HOST_PATH ,
61
61
coaddHostPath = envvars .COADD_HOST_PATH ,
62
+ dr2TilePath = envvars .DR2_TILE_HOST_PATH ,
62
63
uid = envvars .JOB_UID ,
63
64
gid = envvars .JOB_GID ,
64
65
))
You can’t perform that action at this time.
0 commit comments