Skip to content

Instantly share code, notes, and snippets.

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 parisnakitakejser/af2adaf9903c0a7a569be51e265d5346 to your computer and use it in GitHub Desktop.
Save parisnakitakejser/af2adaf9903c0a7a569be51e265d5346 to your computer and use it in GitHub Desktop.
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: hello-world-autoscaler
spec:
scaleTargetRef:
kind: Deployment
name: hello-world-service
apiVersion: apps/v1
minReplicas: 1
maxReplicas: 10
metrics:
- type: Resource
resource:
name: cpu
targetAverageUtilization: 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment