istio.io/istio@v0.0.0-20240520182934-d79c90f27776/operator/pkg/apis/istio/v1alpha1/testdata/quantity.yaml (about)

     1  apiVersion: install.istio.io/v1alpha1
     2  kind: IstioOperator
     3  metadata:
     4    namespace: istio-system
     5    name: example-istiocontrolplane
     6  spec:
     7    profile: demo
     8    components:
     9      pilot:
    10        k8s:
    11          hpaSpec:
    12            scaleTargetRef:
    13              apiVersion: apps/v1
    14              kind: Deployment
    15              name: istiod
    16            minReplicas: 1
    17            maxReplicas: 5
    18            metrics:
    19            - type: Resource
    20              resource:
    21                name: cpu
    22                target:
    23                  type: AverageValue
    24                  averageValue: 100m