cluster-custom-labels-annotations.yaml 367 B

12345678910111213141516171819
  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
  10. podAnnotations:
  11. sidecar.istio.io/inject: "false"
  12. my-custom-annotation: 24
  13. podLabels:
  14. example: "label"
  15. second: "example"