Skip to content

Instantly share code, notes, and snippets.

@lioneltchami
Created July 25, 2022 08:54
Show Gist options
  • Select an option

  • Save lioneltchami/5b09cf6a0ebc25a42c44cfd325ccdd29 to your computer and use it in GitHub Desktop.

Select an option

Save lioneltchami/5b09cf6a0ebc25a42c44cfd325ccdd29 to your computer and use it in GitHub Desktop.
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: myhpa
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: myapp
minReplicas: 1
maxReplicas: 10
metrics:
- type: Pods
pods:
metric:
name: myapp_requests_per_second
target:
type: AverageValue
averageValue: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment