test_values.yaml 944 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. image:
  13. pullPolicy: IfNotPresent
  14. repository: nextcloud
  15. tag: 25.0.4
  16. ixChartContext: {}
  17. nextcloud:
  18. datadir: /var/www/html/data
  19. host: nextcloud.kube.home
  20. install_ffmpeg: true
  21. password: changeme
  22. username: admin
  23. nginx:
  24. image:
  25. pullPolicy: IfNotPresent
  26. repository: nginx
  27. tag: 1.23.3
  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