Created
November 2, 2016 23:25
-
-
Save kozikow/fdd053f5f7395b56daa9c95d514b18a1 to your computer and use it in GitHub Desktop.
Autoscaler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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