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

23 lines
618 B

1 year ago
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: hotspot-queue-job
namespace: dev
spec:
schedule: "0 5 * * *"
jobTemplate:
spec:
template:
spec:
containers:
- name: hotspot-queue-job
1 year ago
image: harbor.homieyy.com/job/dev/hotspot-queue:364ceb13bf57f7e5029bdb23d657caa188c31e59
1 year ago
imagePullPolicy: IfNotPresent
command:
1 year ago
- ./main
1 year ago
env:
- name: JM_ENVIRONMENT
value: dev
restartPolicy: OnFailure
imagePullSecrets:
- name: registry-harbor