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 kind: CronJob
metadata: metadata:
name: hotspot-clear-job name: hotspot-clear-job
namespace: master namespace: master
spec: spec:
# schedule: "* 10 * * *" # 10分钟 schedule: "* 10 * * *" # 10分钟
schedule: "0 * * * *" # 一小时 # schedule: "0 * * * *" # 一小时
jobTemplate: jobTemplate:
spec: spec:
template: template:

Loading…
Cancel
Save