instance.spec

You can use the instance.spec property to change the default behaviour of service instantiation. Define the instance specification by adding instance.spec an expressions list content, attributes or both.

<service name="MyService" 
  provision="expr">
  <prop name="instance.spec" 
    domains="foo.local fallback" 
    ttl="5s"/>
</service>