Skip to content
Snippets Groups Projects
hpa.yml 351 B
Newer Older
  • Learn to ignore specific revisions
  • apiVersion: autoscaling/v2beta2
    kind: HorizontalPodAutoscaler
    metadata:
      name: query-service
    spec:
      scaleTargetRef:
        apiVersion: apps/v1
        kind: Deployment
        name: query-service
      minReplicas: 1
      maxReplicas: 3
      metrics:
      - type: Resource
        resource:
          name: cpu
          target:
            type: Utilization
            averageUtilization: 80