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

1 year ago
apiVersion: batch/v1
kind: Job
metadata:
name: hotspot-queue-job
1 year ago
namespace: dev
1 year ago
spec:
schedule: "0 1 * * *"
parallelism: 1
template:
metadata:
name: hotspot-queue-job
spec:
containers:
- name: hotspot-queue-job
image: harbor.homieyy.com/job/master/hotspot-queue:3defe42b9ebcb87c67f99daa64f53beb7951b35d
# command: ["./main"]
env:
- name: JM_ENVIRONMENT
1 year ago
value: dev
1 year ago
restartPolicy: OnFailure
imagePullSecrets:
- name: registry-harbor