Skip to content

Commit

Permalink
docs: Add Kubernetes tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
rossf7 committed Feb 8, 2021
1 parent d2aed8c commit 9ce25d0
Show file tree
Hide file tree
Showing 3 changed files with 870 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs_src/tutorials/grafana-helm-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
datasources:
datasources.yaml:
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
url: http://prometheus-server
access: proxy
isDefault: true
dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: default
orgId: 1
folder: ''
type: file
disableDeletion: false
editable: true
options:
path: /var/lib/grafana/dashboards/default
dashboardsConfigMaps:
default: scaphandre-dashboard
Loading

0 comments on commit 9ce25d0

Please sign in to comment.