We use the official Dgraph Chart (an older version which was copied from https://github.com/dgraph-io/dgraph/tree/master/contrib/config/kubernetes/helm) and we have 3 Alphas, 3 Zeros - all the same configuration in three clusters, below is our values.yaml
.
Does using an older Chart can be a problem?
dgraph:
alpha:
podAnnotations:
prometheus.io/collectionInterval: 2s
prometheus.io/path: /debug/prometheus_metrics
prometheus.io/port: "8080"
prometheus.io/scrape: "true"
resources:
requests:
cpu: 100m
memory: 200Mi
fullnameOverride: in-graph-engine
zero:
resources:
requests:
cpu: 100m
memory: 200Mi