Commit 13b829b5 authored by 黎博's avatar 黎博

供应链健康检查新增vcc2

parent b9256bb5
......@@ -680,7 +680,7 @@ public class K8sService {
container.setResources(resourceRequirements);
// keystone、sc-task 健康检查单独处理
if (StringUtils.equals(namespace, "gyl2")) {
if (StringUtils.equals(namespace, "gyl2") || StringUtils.equals(namespace, "vcc2")) {
if (StringUtils.equals(serviceName, "keystone") || StringUtils.equals(serviceName, "sc-task") || StringUtils.equals(serviceName, "sc-auth") || StringUtils.equals(serviceName, "price-tracker")) {
IntOrString httpPort = new IntOrStringBuilder().withIntVal(80).build();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment