istio.io/istio@v0.0.0-20240520182934-d79c90f27776/operator/cmd/mesh/testdata/manifest-generate/input/pilot_merge_meshconfig.yaml (about)

     1  apiVersion: install.istio.io/v1alpha1
     2  kind: IstioOperator
     3  spec:
     4    profile: empty
     5    hub: docker.io/istio
     6    tag: 1.1.4
     7    meshConfig:
     8      enablePrometheusMerge: true
     9      rootNamespace: istio-control
    10      outboundTrafficPolicy:
    11        mode: REGISTRY_ONLY
    12      defaultConfig:
    13        discoveryAddress: my-discovery:123
    14        drainDuration: 12s
    15        controlPlaneAuthPolicy: NONE
    16      accessLogFormat: |
    17        {
    18          "key": "val"
    19        }
    20    components:
    21      pilot:
    22        enabled: true