Fix serviceName for segment_coverage ingress rule

pull/197/head
HubbeKing 4 years ago committed by Hubbe
parent 48ef416dfb
commit f7f5523d5d

@ -283,7 +283,7 @@
path: path, path: path,
pathType: type, pathType: type,
backend: { backend: {
serviceName: "wubloader-%s" % name, serviceName: "wubloader-%s" % std.strReplace(name, "-", "_"),
servicePort: 80, servicePort: 80,
}, },
}, },

Loading…
Cancel
Save