14 lines
291 B
YAML
14 lines
291 B
YAML
apiVersion: autoscaling/v1
|
|
kind: HorizontalPodAutoscaler
|
|
metadata:
|
|
annotations:
|
|
name: node-example
|
|
namespace: default
|
|
spec:
|
|
maxReplicas: 4
|
|
minReplicas: 1
|
|
scaleTargetRef:
|
|
apiVersion: extensions/v1
|
|
kind: Deployment
|
|
name: node-example
|
|
targetCPUUtilizationPercentage: 1 |