test_values.yaml 921 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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: 24.0.5
  16. ixChartContext: {}
  17. nextcloud:
  18. datadir: /var/www/html/data
  19. host: nextcloud.kube.home
  20. password: changeme
  21. username: admin
  22. nginx:
  23. image:
  24. pullPolicy: IfNotPresent
  25. repository: nginx
  26. tag: 1.21.3
  27. postgresAppVolumeMounts:
  28. postgres-backup:
  29. emptyDir: true
  30. mountPath: /postgres_backups
  31. postgres-data:
  32. emptyDir: true
  33. mountPath: /var/lib/postgresql/data
  34. postgresql:
  35. backupVolume:
  36. datasetName: ix-postgres_backups
  37. mountPath: /postgres_backups
  38. dataVolume:
  39. datasetName: ix-postgres_data
  40. mountPath: /var/lib/postgresql/data
  41. service:
  42. nodePort: 31000
  43. updateStrategy: Recreate
  44. useServiceNameForHost: true