Skip to content

Instantly share code, notes, and snippets.

@kozikow
Created November 2, 2016 23:25
Show Gist options
  • Save kozikow/fdd053f5f7395b56daa9c95d514b18a1 to your computer and use it in GitHub Desktop.
Save kozikow/fdd053f5f7395b56daa9c95d514b18a1 to your computer and use it in GitHub Desktop.
Autoscaler
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: caffe
namespace: echoserver
spec:
scaleTargetRef:
apiVersion: extensions/v1beta1
kind: Deployment
name: caffe
minReplicas: 1
maxReplicas: 16
targetCPUUtilizationPercentage: 40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment