github.com/replicatedcom/ship@v0.50.0/integration/init/istio/expected/base/charts/mixer/templates/HorizontalPodAutoscaler-istio-telemetry.yaml (about)

     1  apiVersion: autoscaling/v2beta1
     2  kind: HorizontalPodAutoscaler
     3  metadata:
     4    name: istio-telemetry
     5    namespace: default
     6    labels:
     7      app: mixer
     8      chart: mixer
     9      heritage: Tiller
    10      release: istio
    11  spec:
    12      maxReplicas: 5
    13      minReplicas: 1
    14      scaleTargetRef:
    15        apiVersion: apps/v1beta1
    16        kind: Deployment
    17        name: istio-telemetry
    18      metrics:
    19      - type: Resource
    20        resource:
    21          name: cpu
    22          targetAverageUtilization: 80