Skip to content

Instantly share code, notes, and snippets.

@SpackHack
Created February 29, 2020 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SpackHack/ea0d7d360500e268c9a7f132ef6ece07 to your computer and use it in GitHub Desktop.
Save SpackHack/ea0d7d360500e268c9a7f132ef6ece07 to your computer and use it in GitHub Desktop.
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: scaler
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: resourcetest
minReplicas: 1
maxReplicas: 10
metrics:
- type: Pods
pods:
metric:
name: sem_metric
target:
type: AverageValue
averageValue: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment