cluster-restore.yaml 860 B

12345678910111213141516171819202122232425262728293031
  1. # See the documentation for more information.
  2. ###############################################################
  3. neo4jPassword: test
  4. plugins: "[\"apoc\"]"
  5. core:
  6. numberOfServers: 3
  7. restore:
  8. enabled: true
  9. image: gcr.io/neo4j-helm/restore
  10. imageTag: 4.4.10
  11. secretName: neo4j-gcp-credentials #neo4j-aws-credentials
  12. database: neo4j,system
  13. cloudProvider: gcp #aws
  14. bucket: gs://test-neo4j #s3://test-neo4j
  15. timestamp: "latest"
  16. forceOverwrite: true
  17. purgeOnComplete: true
  18. readReplica:
  19. numberOfServers: 1
  20. restore:
  21. enabled: true
  22. image: gcr.io/neo4j-helm/restore
  23. imageTag: 4.4.10
  24. secretName: neo4j-gcp-credentials #neo4j-aws-credentials
  25. database: neo4j,system
  26. cloudProvider: gcp #aws
  27. bucket: gs://test-neo4j #s3://test-neo4j
  28. timestamp: "latest"
  29. forceOverwrite: true
  30. purgeOnComplete: true