default.yaml 675 B

123456789101112131415161718192021222324252627282930313233343536
  1. nodePricing:
  2. - properties: {}
  3. prices:
  4. cpu:
  5. unit: vCPU-hr
  6. price: 0.031611
  7. ram:
  8. unit: GiB-hr
  9. price: 0.004237
  10. persistentVolumePricing:
  11. - properties: {}
  12. prices:
  13. storage:
  14. unit: GiB-hr
  15. price: 0.0000581
  16. networkPricing:
  17. - properties: {}
  18. prices:
  19. local-egress:
  20. unit: GiB
  21. price: 0.0
  22. x-zone-egress:
  23. unit: GiB
  24. price: 0.01
  25. x-region-egress:
  26. unit: GiB
  27. price: 0.01
  28. internet-egress:
  29. unit: GiB
  30. price: 0.143
  31. nat-egress:
  32. unit: GiB
  33. price: 0.045
  34. nat-ingress:
  35. unit: GiB
  36. price: 0.045