Advertisement
eeluve

Untitled

Oct 21st, 2019
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. autoscaling:
  2. enabled: true
  3. minReplicas: 2
  4. maxReplicas: 3
  5. metrics:
  6. - type: Resource
  7. resource:
  8. - name: memory
  9. target:
  10. type: Utilization
  11. averageUtilization: 70
  12. - name: cpu
  13. target:
  14. type: Utilization
  15. averageUtilization: 70
  16.  
  17. OR
  18.  
  19. autoscaling:
  20. enabled: true
  21. minReplicas: 2
  22. maxReplicas: 3
  23. metrics:
  24. - type: Resource
  25. resource:
  26. - name: memory
  27. targetAverageUtilization: 70
  28. - name: cpu
  29. targetAverageUtilization: 70
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement