Dgraph cluster not initialize on v20.11.0 and v20.11.1

I opened an issue for the dgraph service in addition to this helm chart issue, as this happens particularly on v20.11.0 and v20.11.1 and not earlier versions. We are looking into this.

For alternative health probes, you can do this as a workaround:

alpha:
  livenessProbe:
    path:  /probe/graphql
  readinessProbe:
    path:  /probe/graphql
1 Like