añadido dynu-updater
This commit is contained in:
18
dynu-updater/cronjob.yaml
Normal file
18
dynu-updater/cronjob.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
metadata:
|
||||
name: dynu-updater
|
||||
namespace: dynu-updater
|
||||
spec:
|
||||
schedule: "*/5 * * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: harbor-regcred
|
||||
containers:
|
||||
- name: dynu-updater
|
||||
image: harbor.c2et.net/c3s/dynu-updater-c3s:1.0
|
||||
imagePullPolicy: Always
|
||||
restartPolicy: OnFailure
|
||||
Reference in New Issue
Block a user