standalone.yaml 337 B

12345678910111213141516171819202122
  1. acceptLicenseAgreement: "yes"
  2. neo4jPassword: mySecretPassword
  3. readinessProbe:
  4. initialDelaySeconds: 20
  5. livenessProbe:
  6. initialDelaySeconds: 20
  7. core:
  8. standalone: true
  9. envFrom:
  10. - secretRef:
  11. name: my-secret-config
  12. podAnnotations:
  13. ci-test: "true"
  14. podLabels:
  15. ci-test: "true"
  16. hello: world