Skip to content

Commit 397165d

Browse files
crunchy-containers-botdsessler7
authored andcommitted
patching Kustomize monitoring installer
1 parent 70fb0d1 commit 397165d

12 files changed

+4219
-2857
lines changed
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

4+
# We must break the files up into two ConfigMaps as the total size
5+
# is too large for one ConfigMap
46
configMapGenerator:
5-
- name: grafana-dashboards
7+
- name: grafana-dashboards-1
68
files:
79
- pgbackrest.json
10+
- pgbouncer_direct.json
811
- pod_details.json
9-
- postgresql_overview.json
1012
- postgresql_details.json
13+
- postgresql_overview.json
1114
- postgresql_service_health.json
1215
- prometheus_alerts.json
16+
- name: grafana-dashboards-2
17+
files:
18+
- crunchy_grafana_dashboards.yml
1319
- query_statistics.json
14-
- pgbouncer_direct.json
1520

1621
generatorOptions:
1722
disableNameSuffixHash: true

0 commit comments

Comments
 (0)