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
Server has been upgraded to GitLab release 13.9.6
Open sidebar
memoriav
M
Memobase 2020
services
IndexerHelper
Commits
0989a71c
Unverified
Commit
0989a71c
authored
Sep 25, 2020
by
Sebastian Schüpbach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add restrictions on used resources
parent
8b783548
Pipeline
#14765
passed with stages
in 8 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
k8s-manifests/deployment.yml
k8s-manifests/deployment.yml
+7
-0
No files found.
k8s-manifests/deployment.yml
View file @
0989a71c
...
...
@@ -19,6 +19,13 @@ spec:
containers
:
-
name
:
media-indexer-helper-container
image
:
cr.gitlab.switch.ch/memoriav/memobase-2020/services/histogram:latest
resources
:
requests
:
cpu
:
"
1"
memory
:
"
2Gi"
limits
:
cpu
:
"
4"
memory
:
"
8Gi"
ports
:
-
containerPort
:
8083
name
:
http
...
...
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