{{#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|}} {{#if (service/exists item)}} {{item.Name}} {{else}}

{{item.Name}}

{{/if}}
    {{#if (env 'CONSUL_NSPACES_ENABLED')}} {{#if (not-eq item.Namespace nspace)}}
  • {{item.Namespace}} Namespace
  • {{/if}} {{/if}} {{#if (not-eq item.GatewayConfig.ListenerPort 0)}}
  • :{{item.GatewayConfig.ListenerPort}} Port
  • {{/if}}
{{/let}}
{{else}}

There are no upstreams.

{{/if}}