apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: labels: app.kubernetes.io/name: dancefinder-app name: dancefinder-app spec: scaleTargetRef: apiVersion: apps/v1 kind: Deployment name: dancefinder-app minReplicas: 2 maxReplicas: 4 metrics: - type: Resource resource: name: cpu target: type: Utilization averageUtilization: 60