热播队列处理
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.

21 lines
570 B

12 months ago
apiVersion: batch/v1beta1
kind: CronJob
1 year ago
metadata:
name: hotspot-queue-job
1 year ago
namespace: dev
1 year ago
spec:
12 months ago
schedule: "* 1 * * *"
jobTemplate:
1 year ago
spec:
12 months ago
template:
spec:
containers:
- name: hotspot-queue-job
image: harbor.homieyy.com/job/dev/hotspot-queue:2cbd86f97b825d22ba0513c75d3485b904cbcafd
env:
- name: JM_ENVIRONMENT
value: dev
imagePullPolicy: IfNotPresent
restartPolicy: OnFailure
imagePullSecrets:
- name: registry-harbor