Skip to content

Commit 1388bca

Browse files
ivanmatmatioktalz
authored andcommitted
BUG: process multiple services in a standalone backend ingress
1 parent b924ea7 commit 1388bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/service/service.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func (s *Service) GetBackendName() (name string, err error) {
125125
resourceName := s.resource.Name
126126
prefix := ""
127127
if s.standalone && s.ingress != nil && s.ingress.Name != "" {
128-
resourceName = s.ingress.Name
128+
resourceName = s.ingress.Name + "-" + s.resource.Name
129129
resourceNamespace = s.ingress.Namespace
130130
prefix = "ing_"
131131
}

0 commit comments

Comments
 (0)