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
20f121a8
Commit
20f121a8
authored
Jun 27, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新资源
parent
b8c948a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
resourceLimit.js
serviceTemplate/resourceLimit.js
+2
-4
No files found.
serviceTemplate/resourceLimit.js
View file @
20f121a8
/* eslint-disable no-multi-assign */
/* eslint-disable no-multi-assign */
const
_
=
require
(
'
lodash
'
)
const
defaultRedis
=
{
const
defaultRedis
=
{
memory
:
{
memory
:
{
request
:
100
,
request
:
100
,
...
@@ -112,7 +110,7 @@ const defaultJava = {
...
@@ -112,7 +110,7 @@ const defaultJava = {
cpu
:
cpuV3
,
cpu
:
cpuV3
,
}
}
projectConfig
[
'
xyqb-mall
'
]
=
projectConfig
[
'
xyqb-user2
'
]
=
projectConfig
.
xyqb
=
{
projectConfig
[
'
xyqb-mall
'
]
=
projectConfig
.
xyqb
=
{
memory
:
memoryV3
,
memory
:
memoryV3
,
cpu
:
cpuV4
,
cpu
:
cpuV4
,
}
}
...
@@ -124,7 +122,7 @@ projectConfig['urge-dispatcher'] = projectConfig.clotho = {
...
@@ -124,7 +122,7 @@ projectConfig['urge-dispatcher'] = projectConfig.clotho = {
}
}
exports
.
projectConfig
=
projectConfig
exports
.
projectConfig
=
projectConfig
exports
.
default
Java
=
{
exports
.
default
Config
=
{
java
:
defaultJava
,
java
:
defaultJava
,
ui
:
defaultUI
,
ui
:
defaultUI
,
node
:
defaultNodejs
,
node
:
defaultNodejs
,
...
...
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