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

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