EGRESS_NO_PROXY_TARGETS Dynamic Config
Schema:
# yaml
default:
targets: []
description: ''
schema:
type: object
additionalProperties: false
required:
- targets
properties:
targets:
type: array
items:
type: string
pattern: '^([^\/]+)(:\d+)?$'
x-taxi-cpp-type: std::unordered_set
For a full list of dynamic configs see Dynamic config schemas list