test_values.yaml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. apiPort: 8927
  2. appVolumeMounts:
  3. config:
  4. emptyDir: true
  5. mountPath: /root/.chia
  6. plots:
  7. emptyDir: true
  8. mountPath: /plots
  9. plotting:
  10. emptyDir: true
  11. mountPath: /plotting
  12. cactus:
  13. apiPort: 8936
  14. environmentVariables:
  15. - name: mode
  16. value: plotter
  17. farmerPort: 11447
  18. ports:
  19. - containerPort: 8936
  20. hostPort: 8936
  21. name: api
  22. protocol: TCP
  23. - containerPort: 11444
  24. hostPort: 11444
  25. name: blockchain
  26. protocol: TCP
  27. - containerPort: 11447
  28. hostPort: 11447
  29. name: farming
  30. protocol: TCP
  31. volumeMounts:
  32. cactus-config:
  33. emptyDir: true
  34. mountPath: /root/.chia
  35. mnemonic:
  36. emptyDir: true
  37. mountPath: /root/.chia/mnemonic.txt
  38. readOnly: true
  39. subPath: mnemonic.txt
  40. cactusEnabled: true
  41. coins:
  42. - cactus
  43. cpuLimit: 0.5
  44. enableResourceLimits: true
  45. environmentVariables:
  46. - name: mode
  47. value: fullnode
  48. farmerPort: 8447
  49. image:
  50. pullPolicy: IfNotPresent
  51. repository: ghcr.io/guydavis/machinaris
  52. tag: v0.7.1
  53. machinarisApiPort: 8927
  54. machinaris_ui_port: 31003
  55. memLimit: 1G
  56. nodeIP: 127.0.0.1
  57. ports:
  58. - containerPort: 8444
  59. hostPort: 8444
  60. name: chia-network
  61. protocol: TCP
  62. - containerPort: 8926
  63. name: machinaris-ui
  64. protocol: TCP
  65. - containerPort: 8927
  66. hostPort: 8927
  67. name: machinaris-api
  68. protocol: TCP
  69. - containerPort: 8447
  70. hostPort: 8447
  71. protocol: TCP
  72. timezone: America/Edmonton
  73. updateStrategy: Recreate