Kubernetes Horizontal Pod Autoscaler Manifest Version 1: Difference between revisions
Jump to navigation
Jump to search
(Created page with " apiVersion: autoscaling/v1 kind: HorizontalPodAutoscaler metadata: name: httpd spec: maxReplicas: 10 minReplicas: 1 scaleTargetRef: apiVersion: apps/v1...") |
No edit summary |
||
Line 1: | Line 1: | ||
=Internal= | |||
* [[Kubernetes_Horizontal_Pod_Autoscaler_Manifest#Version_1|Horizontal Pod Autoscaler Manifest]] | |||
=Example= | |||
apiVersion: autoscaling/v1 | apiVersion: autoscaling/v1 | ||
kind: HorizontalPodAutoscaler | kind: HorizontalPodAutoscaler |
Revision as of 21:37, 12 October 2020
Internal
Example
apiVersion: autoscaling/v1 kind: HorizontalPodAutoscaler metadata: name: httpd spec: maxReplicas: 10 minReplicas: 1 scaleTargetRef: apiVersion: apps/v1 kind: Deployment name: httpd targetCPUUtilizationPercentage: 50