test-values.yaml 871 B

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