correiabrux

HPA

Nov 10th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.37 KB | None | 0 0
  1. ---
  2. apiVersion: autoscaling/v2beta2
  3. kind: HorizontalPodAutoscaler
  4. metadata:
  5.   name: example
  6.   namespace: sales
  7. spec:
  8.   scaleTargetRef:
  9.     apiVersion: apps/v1
  10.     kind: Deployment
  11.     name: example
  12.   minReplicas: 5
  13.   maxReplicas: 20
  14.   metrics:
  15.   - type: Resource
  16.     resource:
  17.       name: cpu
  18.       target:
  19.         type: Utilization
  20.         averageUtilization: 50
Advertisement
Add Comment
Please, Sign In to add comment