Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
memoriav
M
Memobase 2020
services
URL Checker
Commits
7a0257ce
Unverified
Commit
7a0257ce
authored
Nov 26, 2020
by
Sebastian Schüpbach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mount media-data share
parent
dc2eab67
Pipeline
#17930
passed with stages
in 1 minute and 56 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 @
7a0257ce
...
...
@@ -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