Exclude selected URLs from proxy configuration
To set the list of URLs that should be excluded from the proxy configuration, add the following annotation to the DynaKube custom resource.
1apiVersion: dynatrace.com/v1beta12kind: DynaKube3metadata:4 annotations:5 feature.dynatrace.com/no-proxy: "some.url.com,other.url.com"
The Dynatrace Operator then uses the no-proxy
value when communicating with the Dynatrace environment. It doesn't affect communication with OneAgent or ActiveGate.