Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
🚀
This server has been upgraded to GitLab release
15.7
.
🚀
Open sidebar
memoriav
Memobase 2020
services
Import Process
Text File Validation
Commits
0749cd6b
Commit
0749cd6b
authored
Feb 04, 2021
by
Matthias
Browse files
fix k8s resource restrictions
parent
5953f7be
Pipeline
#21202
passed with stages
in 4 minutes and 57 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
helm-charts/templates/job.yaml
View file @
0749cd6b
...
...
@@ -13,6 +13,7 @@ spec:
containers
:
-
name
:
"
text-file-validation-{{
.Values.sessionId
}}"
image
:
"
{{
.Values.registry
}}/{{
.Values.image
}}:{{
.Values.tag
}}"
command
:
[
"
java"
]
args
:
[
"
-Xms64m"
,
"
-Xmx256g"
,
"
-jar"
,
"
/app/app.jar"
]
resources
:
requests
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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