test_values.yaml 303 B

123456789101112131415
  1. appVolumeMounts:
  2. config:
  3. emptyDir: true
  4. mountPath: /data
  5. plots:
  6. emptyDir: true
  7. mountPath: /plots
  8. image:
  9. pullPolicy: IfNotPresent
  10. repository: ghcr.io/guydavis/machinaris
  11. tag: v0.6.1
  12. machinaris_ui_port: 31003
  13. timezone: America/Edmonton
  14. updateStrategy: Recreate
  15. nodeIP: 127.0.0.1