test_values.yaml 842 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. appVolumeMounts:
  2. nextcloud-data:
  3. emptyDir: true
  4. mountPath: /var/www
  5. dnsConfig:
  6. options: []
  7. emptyDirVolumes: true
  8. environmentVariables: []
  9. image:
  10. pullPolicy: IfNotPresent
  11. repository: nextcloud
  12. tag: '22.2'
  13. nginx:
  14. image:
  15. repository: nginx
  16. tag: 1.21.3
  17. pullPolicy: IfNotPresent
  18. ixChartContext: {}
  19. nextcloud:
  20. datadir: /var/www/html/data
  21. host: nextcloud.kube.home
  22. password: changeme
  23. username: admin
  24. postgresAppVolumeMounts:
  25. postgres-backup:
  26. emptyDir: true
  27. mountPath: /postgres_backups
  28. postgres-data:
  29. emptyDir: true
  30. mountPath: /var/lib/postgresql/data
  31. postgresql:
  32. backupVolume:
  33. datasetName: ix-postgres_backups
  34. mountPath: /postgres_backups
  35. dataVolume:
  36. datasetName: ix-postgres_data
  37. mountPath: /var/lib/postgresql/data
  38. service:
  39. nodePort: 31000
  40. updateStrategy: Recreate