{{#if (gt gateway.Services.length 0)}}

The following services may receive traffic from external services through this gateway. Learn more about configuring gateways in our step-by-step guide.

{{#let item.Service.Namespace as |nspace|}} {{item.Name}}
    {{#if (env 'CONSUL_NSPACES_ENABLED')}} {{#if (not-eq item.Namespace nspace)}}
  • {{item.Namespace}}
  • {{/if}} {{/if}} {{#if (not-eq item.InstanceCount 0)}}
  • {{format-number item.InstanceCount}} {{pluralize item.InstanceCount 'Instance' without-count=true}}
  • {{/if}}
{{/let}}
{{else}}

There are no linked services.

{{/if}}