16 lines
392 B
YAML
16 lines
392 B
YAML
|
---
|
||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
namespace: fediverse
|
||
|
configMapGenerator:
|
||
|
# Ref: https://grafana.com/grafana/dashboards/17492
|
||
|
- name: mastodon-dashboard
|
||
|
files:
|
||
|
- mastodon-stats_rev5.json
|
||
|
generatorOptions:
|
||
|
disableNameSuffixHash: true
|
||
|
annotations:
|
||
|
kustomize.toolkit.fluxcd.io/substitute: disabled
|
||
|
labels:
|
||
|
grafana_dashboard: "true"
|