apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: pg-generator-hpa namespace: genearator-stack spec: scaleTargetRef: apiVersion: apps/v1 kind: Deployment name: pg-generator minReplicas: 2 maxReplicas: 5 metrics: - type: Resource resource: name: cpu target: type: Utilization averageUtilization: 70