Skip to content

Commit defeb3a

Browse files
committed
Temporary.
1 parent 60ad87e commit defeb3a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

applications/rapid-analysis/templates/slurm-forwarder.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ spec:
2020
- name: slurm-log-forwarder
2121
image: "alpine:latest"
2222
command:
23-
- "/bin/sleep"
24-
- "600"
23+
- "/usr/bin/tail"
24+
- "-n"
25+
- "1"
26+
- "-f"
27+
- "/sdf/data/rubin/user/cslater/canary_output.log"
2528
volumeMounts:
26-
- name: sdf-group-rubin
27-
mountPath: "/sdf/group/rubin"
29+
- name: sdf-data-rubin
30+
mountPath: "/sdf/data/rubin"
2831
readOnly: true
2932
resources:
3033
requests:
@@ -35,8 +38,8 @@ spec:
3538
memory: 2G
3639

3740
volumes:
38-
- name: sdf-group-rubin
41+
- name: sdf-data-rubin
3942
persistentVolumeClaim:
40-
claimName: sdf-group-rubin
43+
claimName: sdf-data-rubin
4144
{{- end }}
4245

0 commit comments

Comments
 (0)