Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
europdx
k8s
cbio-on-demand
API
Commits
719d5c2d
Commit
719d5c2d
authored
Oct 18, 2019
by
Ľuboslav Pivarč
Browse files
Set Request = Limits
parent
8497ad6d
Changes
2
Show whitespace changes
Inline
Side-by-side
cbioondemandK8S/src/main/resources/cbio-replicaset.yml
View file @
719d5c2d
...
...
@@ -80,3 +80,10 @@ spec:
postStart
:
exec
:
command
:
[
"
python3"
,
"
/etc/data-loading/cbio_client.py"
]
resources
:
limits
:
memory
:
"
1400Mi"
cpu
:
"
1000m"
requests
:
memory
:
"
1400Mi"
cpu
:
"
1000m"
\ No newline at end of file
cbioondemandK8S/src/main/resources/cbiodb-replicaset.yml
View file @
719d5c2d
...
...
@@ -78,6 +78,12 @@ spec:
envFrom
:
-
secretRef
:
name
:
mysql-env
limits
:
memory
:
"
600Mi"
cpu
:
"
50m"
requests
:
memory
:
"
600Mi"
cpu
:
"
50m"
# we use 1 config for all on-demand databeses
volumes
:
-
name
:
config
...
...
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