{{yield}} {{#if (gt items.length 0)}}
  • {{#if (eq 'critical' (service/health-checks item))}} At least one health check on one instance is failing. {{else if (eq 'warning' (service/health-checks item))}} At least one health check on one instance has a warning. {{else if (eq 'passing' (service/health-checks item))}} All health checks are passing. {{else}} There are no health checks. {{/if}} {{#if (eq item.Kind 'terminating-gateway')}} {{item.Name}} {{else if (eq item.Kind 'ingress-gateway')}} {{item.Name}} {{else}} {{item.Name}} {{/if}}
  • {{/if}}