mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
25 lines
1.0 KiB
YAML
25 lines
1.0 KiB
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: flux-system
|
|
resources:
|
|
- ./podmonitor.yaml
|
|
- ./prometheusrule.yaml
|
|
configMapGenerator:
|
|
- name: flux-cluster-dashboard
|
|
files:
|
|
- flux-cluster-dashboard.json=https://raw.githubusercontent.com/fluxcd/flux2/main/manifests/monitoring/monitoring-config/dashboards/cluster.json
|
|
- name: flux-control-plane-dashboard
|
|
files:
|
|
- flux-control-plane-dashboard.json=https://raw.githubusercontent.com/fluxcd/flux2/main/manifests/monitoring/monitoring-config/dashboards/control-plane.json
|
|
- name: flux-logs-dashboard
|
|
files:
|
|
- flux-logs-dashboard.json=https://raw.githubusercontent.com/fluxcd/flux2/main/manifests/monitoring/monitoring-config/dashboards/logs.json
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
annotations:
|
|
kustomize.toolkit.fluxcd.io/substitute: disabled
|
|
labels:
|
|
grafana_dashboard: "true"
|