Skip to content

Instantly share code, notes, and snippets.

@SaifRehman
Created December 20, 2018 22:14
Show Gist options
  • Select an option

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

Select an option

Save SaifRehman/e8e1ea5cda5cd0b30550737cf25e778f to your computer and use it in GitHub Desktop.
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: bookingsvc
namespace: default
spec:
maxReplicas: 10
minReplicas: 1
scaleTargetRef:
apiVersion: extensions/v1beta1
kind: Deployment
name: bookingsvc
targetCPUUtilizationPercentage: 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment