Skip to content

Commit

Permalink
chore(flux): migrated dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Feb 26, 2025
1 parent ca53700 commit b511139
Showing 1 changed file with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: flux-system
resources:
# - ./pod-monitor.yaml
- ./pod-monitor.yaml
- ./prometheus-rule.yaml
commonLabels:
app.kubernetes.io/part-of: flux
# configMapGenerator:
# - name: flux-cluster-dashboard
# files:
# - flux-cluster-dashboard.json=https://raw.githubusercontent.com/fluxcd/flux2-monitoring-example/main/monitoring/configs/dashboards/cluster.json
# - name: flux-control-plane-dashboard
# files:
# - flux-control-plane.json=https://raw.githubusercontent.com/fluxcd/flux2-monitoring-example/main/monitoring/configs/dashboards/control-plane.json
# - name: flux-logs-dashboard
# files:
# - flux-logs.json=https://raw.githubusercontent.com/fluxcd/flux2-monitoring-example/main/monitoring/configs/dashboards/logs.json
# generatorOptions:
# disableNameSuffixHash: true
# annotations:
# kustomize.toolkit.fluxcd.io/substitute: disabled
# labels:
# grafana_dashboard: "true"

0 comments on commit b511139

Please sign in to comment.