热度值清除
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
621 B

9 months ago
apiVersion: batch/v1
9 months ago
kind: CronJob
metadata:
name: hotspot-clear-job
namespace: master
spec:
9 months ago
schedule: "* 10 * * *" # 10分钟
# schedule: "0 * * * *" # 一小时
9 months ago
jobTemplate:
spec:
template:
spec:
containers:
- name: hotspot-clear
9 months ago
image: harbor.homieyy.com/job/master/hotspot-clear:02703570f06903386517338b587d431f4b7c53df
9 months ago
env:
- name: JM_ENVIRONMENT
value: master
imagePullPolicy: IfNotPresent
restartPolicy: OnFailure
imagePullSecrets:
9 months ago
- name: internal-harbor