istio.io/istio@v0.0.0-20240520182934-d79c90f27776/istioctl/pkg/kubeinject/testdata/istio-operator.yaml (about)

     1  apiVersion: install.istio.io/v1alpha1
     2  kind: IstioOperator
     3  metadata:
     4    name: test
     5    namespace: istio-system
     6  spec:
     7    meshConfig:
     8      # Set enableTracing to false to disable request tracing.
     9      enableTracing: true
    10      # This is the ingress service name, update if you used a different name
    11      ingressService: istio-ingress
    12      connectTimeout: 1s
    13      defaultConfig:
    14        ### ADVANCED SETTINGS #############
    15        # Where should envoy's configuration be stored in the istio-proxy container
    16        configPath: "/etc/istio/proxy"
    17        binaryPath: "/usr/local/bin/envoy"
    18        # The pseudo service name used for Envoy.
    19        serviceCluster: istio-proxy
    20    values:
    21      global:
    22        tag: testiop