# # Minimal Istio Configuration: https://istio.io/docs/setup/kubernetes/additional-setup/config-profiles/ # pilot: enabled: true sidecar: false gateways: enabled: false security: enabled: false sidecarInjectorWebhook: enabled: false galley: enabled: false mixer: policy: enabled: false telemetry: enabled: false prometheus: enabled: false # Common settings. global: proxy: # Sets the destination Statsd in envoy (the value of the "--statsdUdpAddress" proxy argument # would be :). # Disabled by default. # The istio-statsd-prom-bridge is deprecated and should not be used moving forward. envoyStatsd: # If enabled is set to true, host and port must also be provided. Istio no longer provides a statsd collector. enabled: false host: # example: statsd-svc.istio-system port: # example: 9125 useMCP: false