We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88a708 commit 40fc008Copy full SHA for 40fc008
charts/sombra/charts/sombra-job-scheduler/values.yaml
@@ -69,7 +69,7 @@ resources:
69
livenessProbe:
70
exec:
71
# This tests to see whether the file /tmp/sombra-job-scheduler-alive exists (test -f)
72
- # and if it is less than a minute old find ... -mmin +1 ....
+ # and if it was modified within the last minute: `find ... -mmin 1 ....`
73
# Every time sombra-job-scheduler executes it's loop to pollSombraJobs
74
# it touches /tmp/sombra-job-scheduler-alive. This happens every pollingInterval
75
# (which defaults to 20 seconds). Therefore, if /tmp/sombra-job-scheduler-alive is missing
0 commit comments