Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tke-eos
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
tke-eos
Commits
c20894cb
Commit
c20894cb
authored
Mar 03, 2020
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资源调整
parent
5b98c8f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
resourceLimit.js
resource/resourceLimit.js
+3
-3
mongo.pvc.yaml
yamls/mongo.pvc.yaml
+2
-2
No files found.
resource/resourceLimit.js
View file @
c20894cb
...
@@ -44,12 +44,12 @@ const defaultConsul = {
...
@@ -44,12 +44,12 @@ const defaultConsul = {
const
defaultRedis
=
{
const
defaultRedis
=
{
memory
:
{
memory
:
{
request
:
10
0
,
request
:
5
0
,
limit
:
10
0
,
limit
:
5
0
,
},
},
cpu
:
{
cpu
:
{
request
:
100
,
request
:
100
,
limit
:
2
00
,
limit
:
1
00
,
},
},
}
}
...
...
yamls/mongo.pvc.yaml
View file @
c20894cb
...
@@ -44,8 +44,8 @@ spec:
...
@@ -44,8 +44,8 @@ spec:
memory
:
256Mi
memory
:
256Mi
cpu
:
250m
cpu
:
250m
limits
:
limits
:
memory
:
1024
Mi
memory
:
512
Mi
cpu
:
50
0m
cpu
:
25
0m
env
:
env
:
-
name
:
MONGO_INITDB_ROOT_USERNAME
-
name
:
MONGO_INITDB_ROOT_USERNAME
value
:
qa
value
:
qa
...
...
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