Skip to content

Instantly share code, notes, and snippets.

@SpackHack
Created February 29, 2020 18:33
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/ca991498a58280dd5c48b96d43fb81a5 to your computer and use it in GitHub Desktop.
Save SpackHack/ca991498a58280dd5c48b96d43fb81a5 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: Resource
resource:
name: memory
target:
type: AverageValue
averageValue: 100Mi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment