autoscaling/v1 ยท Namespaced Resource
HorizontalPodAutoscaler
configuration of a horizontal pod autoscaler.
Looking for some examples?
There are 1 examples of HorizontalPodAutoscaler that you can use as a starting point to create your own.
apiVersion: autoscaling/v1 kind: HorizontalPodAutoscaler metadata: name: my-app-hpa namespace: default # HorizontalPodAutoscaler is a namespaced resource spec: scaleTargetRef: apiVersion: apps/v1 kind: Deployment name: my-app-deployment minReplicas: 1 maxReplicas: 10 targetCPUUtilizationPercentage: 50