Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- apiVersion: autoscaling/v2beta2
- kind: HorizontalPodAutoscaler
- metadata:
- name: example
- namespace: sales
- spec:
- scaleTargetRef:
- apiVersion: apps/v1
- kind: Deployment
- name: example
- minReplicas: 5
- maxReplicas: 20
- metrics:
- - type: Resource
- resource:
- name: cpu
- target:
- type: Utilization
- averageUtilization: 50
Advertisement
Add Comment
Please, Sign In to add comment