basic-cluster-with-replica.yaml 228 B

1234567891011
  1. # This scenario deploys a cluster with
  2. # 3 core members and 1 read replica.
  3. acceptLicenseAgreement: "yes"
  4. neo4jPassword: "mySecretPassword"
  5. core:
  6. standalone: false
  7. numberOfServers: 3
  8. readReplica:
  9. numberOfServers: 1