房间麦克风热点计数
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.
 
 
 

20 lines
517 B

apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: room-hot-compute-job
namespace: dev
spec:
schedule: "*/1 * * * *"
jobTemplate:
spec:
template:
spec:
containers:
- name: room-hot-compute-job
image: registry.internal.jumaiyx.cn/job/room-hot-compute:v1.0.0
imagePullPolicy: IfNotPresent
command:
- ./server
restartPolicy: OnFailure
imagePullSecrets:
- name: registry-harbor