values.yaml 650 B

12345678910111213141516171819202122232425262728293031323334353637
  1. image:
  2. repository: castopod/app
  3. pullPolicy: IfNotPresent
  4. tag: 1.6.5
  5. webImage:
  6. repository: castopod/web-server
  7. pullPolicy: IfNotPresent
  8. tag: 1.6.5
  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. datasetName: data
  27. mariadbData:
  28. type: ixVolume
  29. datasetName: mariadbData
  30. mariadbBackup:
  31. type: ixVolume
  32. datasetName: mariadbBackup
  33. additionalStorages: []