mirror of
https://gitlab.com/shouptech/flux.git
synced 2026-02-03 23:29:42 +00:00
Compare commits
No commits in common. "d80ed0a55552eb6367623ea6c3c2ab2da771a36d" and "eae23695fb4fb75c223c7e12119ad7d0e38fac62" have entirely different histories.
d80ed0a555
...
eae23695fb
2 changed files with 45 additions and 70 deletions
|
|
@ -1,24 +0,0 @@
|
||||||
apiVersion: batch/v1beta1
|
|
||||||
kind: CronJob
|
|
||||||
metadata:
|
|
||||||
name: nextcloudcron
|
|
||||||
namespace: nextcloud
|
|
||||||
spec:
|
|
||||||
schedule: "*/5 * * * *"
|
|
||||||
concurrencyPolicy: Forbid
|
|
||||||
jobTemplate:
|
|
||||||
spec:
|
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: busybox
|
|
||||||
image: busybox:1.31.1
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
command:
|
|
||||||
- "wget"
|
|
||||||
- "http://nextcloud/cron.php"
|
|
||||||
- "-o"
|
|
||||||
- "/dev/null"
|
|
||||||
- "-O"
|
|
||||||
- "-"
|
|
||||||
restartPolicy: Never
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -17,7 +16,7 @@ spec:
|
||||||
app: nextcloud
|
app: nextcloud
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: nextcloud:18.0.1-apache
|
- image: nextcloud:17.0.3-apache
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: nextcloud
|
name: nextcloud
|
||||||
env:
|
env:
|
||||||
|
|
@ -48,7 +47,7 @@ spec:
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: 80
|
port: 80
|
||||||
initialDelaySeconds: 600
|
initialDelaySeconds: 15
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue