otto 9 months ago
parent
commit
5161b0372b
  1. 6
      hotspot-clear-job-master.yaml

6
hotspot-clear-job-master.yaml

@ -1,11 +1,11 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: hotspot-clear-job
namespace: master
spec:
# schedule: "* 10 * * *" # 10分钟
schedule: "0 * * * *" # 一小时
schedule: "* 10 * * *" # 10分钟
# schedule: "0 * * * *" # 一小时
jobTemplate:
spec:
template:

Loading…
Cancel
Save