test-values.yaml 954 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. appVolumeMounts:
  2. nextcloud-data:
  3. emptyDir: true
  4. mountPath: /var/www
  5. cronjob:
  6. enabled: false
  7. schedule: 1 */24 * * *
  8. dnsConfig:
  9. options: []
  10. emptyDirVolumes: true
  11. environmentVariables: []
  12. ixChartContext: {}
  13. nginxConfig:
  14. proxy_timeouts: 120
  15. nextcloud:
  16. datadir: /var/www/html/data
  17. host: nextcloud.kube.home
  18. install_ffmpeg: true
  19. install_smbclient: true
  20. max_upload_size: 5
  21. max_execution_time: 30
  22. php_memory_limit: 512
  23. opcache_memory_consumption: 128
  24. password: changeme
  25. username: admin
  26. postgresAppVolumeMounts:
  27. postgres-backup:
  28. emptyDir: true
  29. mountPath: /postgres_backups
  30. postgres-data:
  31. emptyDir: true
  32. mountPath: /var/lib/postgresql/data
  33. postgresql:
  34. backupVolume:
  35. datasetName: ix-postgres_backups
  36. mountPath: /postgres_backups
  37. dataVolume:
  38. datasetName: ix-postgres_data
  39. mountPath: /var/lib/postgresql/data
  40. service:
  41. nodePort: 31000
  42. updateStrategy: Recreate
  43. useServiceNameForHost: true