kubernetes-neo4j
kubernetes-neo4j copied to clipboard
Adds healthchecks
fixes #3
I used the changes in this PR to work around the same problem. +1 for that!
However, I am not sure that podManagementPolicy: Parallel
should be set by default?
I think you need it... because until there are some peers the health-check wont begin to pass ... and without podManagementPolicy: Parallel
the second pod in the stateful set isn't added until the health-check on the first is passing... I think ... but please check to be sure I am not misremembering - I opened this PR almost a year ago!