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

     1  apiVersion: autoscaling/v2beta1
     2  kind: HorizontalPodAutoscaler
     3  metadata:
     4    name: istio-ingressgateway
     5    namespace: default
     6    labels:
     7      app: gateways
     8      chart: gateways
     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-ingressgateway
    18    metrics:
    19      - type: Resource
    20        resource:
    21          name: cpu
    22          targetAverageUtilization: 80