Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
URL Checker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
memoriav
M
Memobase 2020
services
URL Checker
Commits
919d48cf
Commit
919d48cf
authored
Dec 02, 2020
by
Juergen Enge
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into master
parents
09220a2c
7a0257ce
Pipeline
#18198
passed with stages
in 1 minute and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
k8s-manifests/cronjob.yml
k8s-manifests/cronjob.yml
+6
-1
No files found.
k8s-manifests/cronjob.yml
View file @
919d48cf
...
...
@@ -6,7 +6,7 @@ metadata:
labels
:
app
:
urlchecker-app
spec
:
schedule
:
"
0
1
*
*
*"
schedule
:
"
0
0
*
*
*"
# Mind UTC time!
concurrencyPolicy
:
Forbid
jobTemplate
:
spec
:
...
...
@@ -25,9 +25,14 @@ spec:
volumeMounts
:
-
name
:
config
mountPath
:
/app/configs
-
name
:
media-volume
mountPath
:
/data
command
:
[
"
/app/app"
,
"
-cfg"
,
"
/app/configs/memocrawler.toml"
]
restartPolicy
:
OnFailure
volumes
:
-
name
:
config
configMap
:
name
:
urlchecker-config
-
name
:
media-volume
persistentVolumeClaim
:
claimName
:
media-volume-claim
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment