Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qahome-diamond
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
qahome-diamond
Commits
c4ca9d70
Commit
c4ca9d70
authored
May 28, 2020
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme
parent
76c12c99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
README.md
README.md
+14
-0
envDetail.vue
src/views/docker/envDetail.vue
+1
-2
No files found.
README.md
View file @
c4ca9d70
...
...
@@ -212,6 +212,20 @@ cd /home/qa-deploy-utils/
git pull
```
## 172.30.220.22重启了怎么办
```
# 启动mongo
sh /home/quant_group/restart_mongo.sh
# 启动redis
sh /home/quant_group/restart_redis.sh
# 启动qa-api
sh /home/quant_group/qa-api/start.sh
启动 tke-eos
sh /home/quant_group/tke-eos/start.sh
sh /home/quant_group/BlackPearl/start.sh
sh /home/quant_group/MrTian/start.sh
```
## k8s参考
-
《kubernetes权威指南》 公司图书馆有这本书
-
[
k8s官方文档
](
https://kubernetes.io/docs/home/
)
...
...
src/views/docker/envDetail.vue
View file @
c4ca9d70
...
...
@@ -572,7 +572,7 @@ export default {
this
.
tagOptions
=
[]
this
.
is_show
=
false
this
.
is_wechat
=
false
this
.
is_mock
=
false
this
.
is_mock
=
label
===
'
java
'
this
.
debug
=
{
key
:
'
"0"
'
,
display_name
:
'
否
'
}
this
.
wechat
=
{
key
:
'
"0"
'
,
display_name
:
'
否
'
}
this
.
mock
=
{
key
:
'
"0"
'
,
display_name
:
'
否
'
}
...
...
@@ -587,7 +587,6 @@ export default {
this
.
is_show
=
realName
===
'
mysql
'
this
.
is_wechat
=
realName
===
'
h5-ui
'
// this.is_mock = realName === 'gu-bei' || realName === 'clotho' || realName === 'ploutos' || realName === 'mo-clotho' || realName === 'koala'
this
.
is_mock
=
true
this
.
mock
=
{
key
:
'
"0"
'
,
display_name
:
'
否
'
}
this
.
wechat
=
{
key
:
'
"0"
'
,
display_name
:
'
否
'
}
...
...
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