values.yaml 400 B

12345678910111213141516171819202122232425262728
  1. image:
  2. repository: actualbudget/actual-server
  3. pullPolicy: IfNotPresent
  4. tag: 25.2.1
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. actualConfig:
  10. additionalEnvs: []
  11. actualNetwork:
  12. webPort: 31012
  13. certificateID:
  14. hostNetwork: false
  15. actualRunAs:
  16. user: 568
  17. group: 568
  18. actualStorage:
  19. data:
  20. type: ixVolume
  21. ixVolumeConfig:
  22. datasetName: data
  23. additionalStorages: []