diff --git a/pkg/model/gcemodel/context.go b/pkg/model/gcemodel/context.go index 555bf84cfb..3edafff047 100644 --- a/pkg/model/gcemodel/context.go +++ b/pkg/model/gcemodel/context.go @@ -105,7 +105,7 @@ func (c *GCEModelContext) NameForHealthCheck(id string) string { } func (c *GCEModelContext) NameForBackendService(id string) string { - return c.SafeObjectName(id) + return c.SafeSuffixedObjectName(id) } func (c *GCEModelContext) NameForForwardingRule(id string) string {