[wiki-web] Execute every 10m + modify namespace for image
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [wiki-web] Execute every 10m + modify namespace for image
- Date: Tue, 6 Aug 2019 19:52:41 +0000 (UTC)
commit bb8a7f4fbfaa85200a320382fd852a57e395fdc8
Author: Andrea Veri <averi redhat com>
Date: Tue Aug 6 21:52:24 2019 +0200
Execute every 10m + modify namespace for image
templates/static-web-cron.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/templates/static-web-cron.yaml b/templates/static-web-cron.yaml
index 3aacae2..0c0fc99 100644
--- a/templates/static-web-cron.yaml
+++ b/templates/static-web-cron.yaml
@@ -3,7 +3,7 @@ kind: CronJob
metadata:
name: static-web-cron
spec:
- schedule: '*/1 * * * *'
+ schedule: '*/10 * * * *'
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 1
jobTemplate:
@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: static-web-cron
- image: "docker-registry.default.svc:5000/moinmoin/moinmoin"
+ image: "docker-registry.default.svc:5000/wiki-web/moinmoin"
command: ["/usr/local/bin/git-pull.sh"]
imagePullPolicy: Always
volumeMounts:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]