feat: add Kiam Grafana dashboard

This commit is contained in:
Stefan Reimer 2021-04-26 17:06:42 +02:00
parent cba130e9f7
commit 205f77ffaa
4 changed files with 26 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezero-kiam
description: KubeZero Umbrella Chart for Kiam
type: application
version: 0.3.3
version: 0.3.4
appVersion: "4.0"
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png

View File

@ -0,0 +1,7 @@
configmap: grafana-dashboards-kiam
gzip: true
folder: AWS
dashboards:
- name: kiam
url: https://raw.githubusercontent.com/uswitch/kiam/master/docs/dashboard-prom.json
tags: ['AWS']

File diff suppressed because one or more lines are too long

5
charts/kubezero-kiam/update.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
set -ex
# Fetch dashboards
../kubezero-metrics/sync_grafana_dashboards.py dashboards.yaml templates/grafana-dashboards.yaml