test-values.yaml 789 B

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