Last active
November 23, 2018 13:02
-
-
Save SaifRehman/1918dc4de3ef5e0ec2c5f1868eb619b7 to your computer and use it in GitHub Desktop.
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/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