Feat cronjob #23

Merged
metal3d merged 28 commits from feat-cronjob into master 2022-06-10 14:15:18 +00:00
Showing only changes of commit 1350a26162 - Show all commits

View File

@@ -35,7 +35,7 @@ func NewServicePort(port, target int) *ServicePort {
Protocol: "TCP", Protocol: "TCP",
Port: port, Port: port,
TargetPort: port, TargetPort: port,
Name: "port-" + strconv.Itoa(port), Name: "port-" + strconv.Itoa(target),
} }
} }