test-values.yaml 815 B

12345678910111213141516171819202122232425262728293031323334353637
  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. nextcloud:
  14. datadir: /var/www/html/data
  15. host: nextcloud.kube.home
  16. install_ffmpeg: true
  17. install_smbclient: true
  18. password: changeme
  19. username: admin
  20. postgresAppVolumeMounts:
  21. postgres-backup:
  22. emptyDir: true
  23. mountPath: /postgres_backups
  24. postgres-data:
  25. emptyDir: true
  26. mountPath: /var/lib/postgresql/data
  27. postgresql:
  28. backupVolume:
  29. datasetName: ix-postgres_backups
  30. mountPath: /postgres_backups
  31. dataVolume:
  32. datasetName: ix-postgres_data
  33. mountPath: /var/lib/postgresql/data
  34. service:
  35. nodePort: 31000
  36. updateStrategy: Recreate
  37. useServiceNameForHost: true