Skip to content

Instantly share code, notes, and snippets.

@WoodProgrammer
Created October 5, 2019 16:25
Show Gist options
  • Save WoodProgrammer/3766f80afa39f3278ced5dbdbd9e74a1 to your computer and use it in GitHub Desktop.
Save WoodProgrammer/3766f80afa39f3278ced5dbdbd9e74a1 to your computer and use it in GitHub Desktop.
---
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: podinfo
spec:
scaleTargetRef:
apiVersion: extensions/v1beta1
kind: Deployment
name: deployment-first
minReplicas: 2
maxReplicas: 10
metrics:
- type: Resource
resource:
name: cpu
targetAverageUtilization: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment