Upstream Spec for Consul Upstreams
consul Upstreams represent a set of one or more addressable pods for a consul Service
the Gloo consul Upstream maps to a single service port. Because consul Services support multiple ports,
Gloo requires that a different upstream be created for each port
consul Upstreams are typically generated automatically by Gloo from the consul API
Deprecated: This field was renamed to subset_tags. If subset_tags is used, this field is ignored. Otherwise, the behavior is the same as subset_tags field below.
subsetTags
[]string
Gloo will segment instances based off of these tags. This allows you to set routes that route to a subset of the instances of the service.
instanceTags
[]string
The list of service tags Gloo should search for on a service instance before deciding whether or not to include the instance as part of this upstream. Empty list means that all service instances with the same service name will be included. When not empty, only service instances that match all of the tags (subset match) will be selected for this upstream.
instanceBlacklistTags
[]string
The opposite of instanceTags, this is a list of service tags that gloo should ensure are not in a service instance before including it in an upstream.