diff --git a/app/assets/mesh/dev/raw/kuma-cp.yaml b/app/assets/mesh/dev/raw/kuma-cp.yaml index 303dd1b185c0..e9f0b0bc82a9 100644 --- a/app/assets/mesh/dev/raw/kuma-cp.yaml +++ b/app/assets/mesh/dev/raw/kuma-cp.yaml @@ -337,6 +337,10 @@ runtime: # List of outbound ports that will be excluded from interception. # This setting is applied on every pod unless traffic.kuma.io/exclude-oubound-ports annotation is specified on Pod. excludeOutboundPorts: [] # ENV: KUMA_RUNTIME_KUBERNETES_SIDECAR_TRAFFIC_EXCLUDE_OUTBOUND_PORTS + # List of outbound IP addresses that will be excluded from interception. + # This setting is applied on every pod unless traffic.kuma.io/exclude-outbound-ips annotation is specified on the Pod. + # IP addresses can be specified with or without CIDR notation, and multiple addresses can be separated by commas. + excludeOutboundIPs: [] # ENV: KUMA_RUNTIME_KUBERNETES_SIDECAR_TRAFFIC_EXCLUDE_OUTBOUND_IPS builtinDNS: # Use the built-in DNS enabled: true # ENV: KUMA_RUNTIME_KUBERNETES_INJECTOR_BUILTIN_DNS_ENABLED