Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jimi
2019-11-04 11:29:47 +0800
Commit
3fae55e90c95a85b1f49f8016b7fb41897d08a54
1 parent
9e610d2d
add yoho-web-new
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
monitor-service-other/src/main/java/com/monitor/other/worksystem/service/impl/DockerProjectServiceImpl.java
monitor-service-other/src/main/java/com/monitor/other/worksystem/service/impl/DockerProjectServiceImpl.java
View file @
3fae55e
...
...
@@ -117,6 +117,9 @@ public class DockerProjectServiceImpl implements DockerProjectService {
if
(
"cls-qzkxrhg7"
.
equals
(
cluster
))
{
return
"yoho-media"
;
}
if
(
"cls-ht4c6jkh"
.
equals
(
cluster
))
{
return
"yoho-web-new"
;
}
return
""
;
}
...
...
Please
register
or
login
to post a comment