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

Upstreams are services that may receive traffic from this gateway. Learn more about configuring gateways in our documentation.

{{#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.GatewayConfig.ListenerPort 0)}}
  • :{{item.GatewayConfig.ListenerPort}}
  • {{/if}}
{{/let}}
{{else}}

There are no upstreams.

{{/if}}