istio.io/istio@v0.0.0-20240520182934-d79c90f27776/operator/cmd/mesh/testdata/manifest-generate/input/pilot_override_values.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      rootNamespace: istio-control
     9    components:
    10      pilot:
    11        enabled: true
    12        namespace: istio-control
    13    values:
    14      pilot:
    15        resources:
    16          requests:
    17            cpu: 222m
    18            memory: 333Mi
    19        autoscaleMax: 8
    20        autoscaleMin: 2
    21        rollingMaxUnavailable: 30%
    22        nodeSelector:
    23          node-name: test
    24    unvalidatedValues:
    25        myCustomKey: someValue