Skip to content

Commit

Permalink
feat(database): add grafana dashboard for dragonfly
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Apr 10, 2024
1 parent c39923c commit bc776e8
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@ resources:
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.2/manifests/crd.yaml
- helm-release.yaml
- rbac.yaml
configMapGenerator:
- name: dragonfly-dashboard
files:
# renovate: datasource=github-releases depName=dragonflydb/dragonfly-operator
- dragonfly-dashboard.json=https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.2/monitoring/grafana-dashboard.json
generatorOptions:
disableNameSuffixHash: true
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled
labels:
grafana_dashboard: "true"

0 comments on commit bc776e8

Please sign in to comment.