Skip to content

Commit

Permalink
feat(graph): enable servicemonitor and grafana dashboards and datasou…
Browse files Browse the repository at this point in the history
…rces for graph-node
  • Loading branch information
chriswessels authored and cjorge-graphops committed Sep 22, 2023
1 parent 027668e commit ec3a13c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions graph/values/_common/graph-node.yaml
Expand Up @@ -24,3 +24,11 @@ graphNodeGroups:
replicaCount: 1 # scale me
query:
replicaCount: 1 # scale me

prometheus:
serviceMonitors:
enabled: true

grafana:
dashboards: true
datasources: true

0 comments on commit ec3a13c

Please sign in to comment.