Skip to content

Instantly share code, notes, and snippets.

@SaifRehman
Last active November 23, 2018 13:02
Show Gist options
  • Select an option

  • Save SaifRehman/1918dc4de3ef5e0ec2c5f1868eb619b7 to your computer and use it in GitHub Desktop.

Select an option

Save SaifRehman/1918dc4de3ef5e0ec2c5f1868eb619b7 to your computer and use it in GitHub Desktop.
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: listingsvchpa
spec:
maxReplicas: 10
minReplicas: 2
metrics:
- type: Resource
resource:
name: cpu
targetAverageUtilization: 50
- type: Resource
resource:
name: memory
targetAverageUtilization: 50
scaleTargetRef:
apiVersion: extensions/v1beta1
kind: Deployment
name: listingsvc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment