test-values.yaml 905 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. opcache_memory_consumption: 128
  22. password: changeme
  23. username: admin
  24. postgresAppVolumeMounts:
  25. postgres-backup:
  26. emptyDir: true
  27. mountPath: /postgres_backups
  28. postgres-data:
  29. emptyDir: true
  30. mountPath: /var/lib/postgresql/data
  31. postgresql:
  32. backupVolume:
  33. datasetName: ix-postgres_backups
  34. mountPath: /postgres_backups
  35. dataVolume:
  36. datasetName: ix-postgres_data
  37. mountPath: /var/lib/postgresql/data
  38. service:
  39. nodePort: 31000
  40. updateStrategy: Recreate
  41. useServiceNameForHost: true