values.yaml 718 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. image:
  2. repository: castopod/app
  3. pullPolicy: IfNotPresent
  4. tag: 1.12.1
  5. webImage:
  6. repository: castopod/web-server
  7. pullPolicy: IfNotPresent
  8. tag: 1.12.1
  9. resources:
  10. limits:
  11. cpu: 4000m
  12. memory: 8Gi
  13. castopodConfig:
  14. baseUrl: http://localhost:30085
  15. webTimeout: 900
  16. webMaxBodySize: 512
  17. phpMemoryLimit: 512
  18. enable2fa: false
  19. disableHttpsRedirect: true
  20. additionalEnvs: []
  21. castopodNetwork:
  22. webPort: 30085
  23. castopodStorage:
  24. data:
  25. type: ixVolume
  26. ixVolumeConfig:
  27. datasetName: data
  28. mariadbData:
  29. type: ixVolume
  30. ixVolumeConfig:
  31. datasetName: mariadbData
  32. mariadbBackup:
  33. type: ixVolume
  34. ixVolumeConfig:
  35. datasetName: mariadbBackup
  36. additionalStorages: []