test-values.yaml 1005 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. useDifferentAccessPort: true
  16. externalPort: 443
  17. nextcloud:
  18. datadir: /var/www/html/data
  19. host: nextcloud.kube.home
  20. install_ffmpeg: true
  21. install_smbclient: true
  22. max_upload_size: 5
  23. max_execution_time: 30
  24. php_memory_limit: 512
  25. opcache_memory_consumption: 128
  26. password: changeme
  27. username: admin
  28. postgresAppVolumeMounts:
  29. postgres-backup:
  30. emptyDir: true
  31. mountPath: /postgres_backups
  32. postgres-data:
  33. emptyDir: true
  34. mountPath: /var/lib/postgresql/data
  35. postgresql:
  36. backupVolume:
  37. datasetName: ix-postgres_backups
  38. mountPath: /postgres_backups
  39. dataVolume:
  40. datasetName: ix-postgres_data
  41. mountPath: /var/lib/postgresql/data
  42. service:
  43. nodePort: 31000
  44. updateStrategy: Recreate
  45. useServiceNameForHost: true