Actually fix serviceName for segment_coverage ingress

Turns out I can't type. At all.
pull/197/head
HubbeKing 4 years ago
parent f7f5523d5d
commit 421a9ab42e

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

Loading…
Cancel
Save