improve handling of same port translation

This commit is contained in:
pb
2024-09-04 17:12:54 +02:00
parent 03ad8c084d
commit ed48fc0a55
4 changed files with 60 additions and 48 deletions

View File

@@ -17,7 +17,7 @@ type Service struct {
}
type Metadata struct {
Name string `yaml:"name"`
Name string `yaml:"generateName"`
}