FEAT: replace bitnami prometheus/grafana chart with prometheus-community
This commit is contained in:
parent
7e2bbf8111
commit
92296bf1ae
3 changed files with 17 additions and 38 deletions
|
@ -1,26 +1,13 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: grafana-datasource
|
||||
namespace: metrics
|
||||
stringData:
|
||||
grafana-datasource.yaml: |
|
||||
apiVersion: 1
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: server
|
||||
url: http://prometheus-kube-prometheus-prometheus:9090
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: grafana-dashboard
|
||||
name: grafana-nginx-dashbaord
|
||||
namespace: metrics
|
||||
labels:
|
||||
grafana_dashboard: "1"
|
||||
data:
|
||||
grafana-dashboard.json: |
|
||||
nginx.json: |
|
||||
{
|
||||
"__inputs": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue