Skip to content

Commit 60ad87e

Browse files
committed
Temporary.
1 parent a548ba2 commit 60ad87e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ spec:
2020
- name: slurm-log-forwarder
2121
image: "alpine:latest"
2222
command:
23-
- "/usr/bin/tail"
24-
- "-n"
25-
- "1"
26-
- "-f"
27-
- "/sdf/group/rubin/u/cslater/canary_output.log"
23+
- "/bin/sleep"
24+
- "600"
2825
volumeMounts:
2926
- name: sdf-group-rubin
3027
mountPath: "/sdf/group/rubin"

0 commit comments

Comments
 (0)