Authored by jimi

add yoho-web-new

... ... @@ -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 "";
}
... ...