test_values.yaml 572 B

12345678910111213141516171819202122232425262728
  1. ## Official nextcloud image version
  2. ## ref: https://hub.docker.com/r/library/nextcloud/tags/
  3. ##
  4. image:
  5. repository: nextcloud
  6. tag: 19.0.3-apache
  7. pullPolicy: IfNotPresent
  8. nextcloud:
  9. host: nextcloud.kube.home
  10. username: admin
  11. password: changeme
  12. datadir: /var/www/html/data
  13. strategy: "Recreate"
  14. postgresql:
  15. backupVolume:
  16. mountPath: "/postgres_backups"
  17. datasetName: "ix-postgres_backups"
  18. dataVolume:
  19. mountPath: "/var/lib/postgresql/data"
  20. datasetName: "ix-postgres_data"
  21. service:
  22. nodePort: 31000
  23. emptyDirVolumes: true
  24. ixChartContext: {}