diff --git a/helm/service.go b/helm/service.go index 72983ba..78a0f78 100644 --- a/helm/service.go +++ b/helm/service.go @@ -35,7 +35,7 @@ func NewServicePort(port, target int) *ServicePort { Protocol: "TCP", Port: port, TargetPort: port, - Name: "port-" + strconv.Itoa(port), + Name: "port-" + strconv.Itoa(target), } }