test_values.yaml 870 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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: 23.0.3
  13. ixChartContext: {}
  14. nextcloud:
  15. datadir: /var/www/html/data
  16. host: nextcloud.kube.home
  17. password: changeme
  18. username: admin
  19. nginx:
  20. image:
  21. pullPolicy: IfNotPresent
  22. repository: nginx
  23. tag: 1.21.3
  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
  41. useServiceNameForHost: true