We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ad87e commit defeb3aCopy full SHA for defeb3a
applications/rapid-analysis/templates/slurm-forwarder.yaml
@@ -20,11 +20,14 @@ spec:
20
- name: slurm-log-forwarder
21
image: "alpine:latest"
22
command:
23
- - "/bin/sleep"
24
- - "600"
+ - "/usr/bin/tail"
+ - "-n"
25
+ - "1"
26
+ - "-f"
27
+ - "/sdf/data/rubin/user/cslater/canary_output.log"
28
volumeMounts:
- - name: sdf-group-rubin
- mountPath: "/sdf/group/rubin"
29
+ - name: sdf-data-rubin
30
+ mountPath: "/sdf/data/rubin"
31
readOnly: true
32
resources:
33
requests:
@@ -35,8 +38,8 @@ spec:
35
38
memory: 2G
36
39
37
40
volumes:
41
42
persistentVolumeClaim:
- claimName: sdf-group-rubin
43
+ claimName: sdf-data-rubin
44
{{- end }}
45
0 commit comments