add nextcloud
This commit is contained in:
19
nextcloud/cron.yaml
Normal file
19
nextcloud/cron.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
metadata:
|
||||
name: nextcloud-cron
|
||||
spec:
|
||||
schedule: "*/5 * * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: nextcloud
|
||||
image: nextcloud:28.0.3-apache
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- curl https://nextcloud.dubyatp.xyz/cron.php
|
||||
restartPolicy: OnFailure
|
||||
Reference in New Issue
Block a user