Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 82227d8

Browse files
authored
Merge pull request #24 from axelduch/initialize-raw-helm-chart
Initialize raw helm chart
2 parents a808ff6 + 7cfdca0 commit 82227d8

39 files changed

+4165
-0
lines changed

helm-chart/Chart.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: v2
2+
name: nginx-service-mesh
3+
description: NGINX Service Mesh
4+
version: 0.1.0
5+
appVersion: 1.1.0
6+
kubeVersion: ">= 1.16.0-0"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: 1
2+
providers:
3+
- name: 'default'
4+
orgId: 1
5+
folder: ''
6+
type: file
7+
disableDeletion: true
8+
editable: true
9+
options:
10+
path: /var/lib/grafana/dashboards
11+
homeDashboardId: nginx-mesh-top
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: 1
2+
datasources:
3+
- name: prometheus
4+
type: prometheus
5+
access: proxy
6+
orgId: 1
7+
url: http://{{ include "prometheus.address" . }}
8+
isDefault: true
9+
jsonData:
10+
timeInterval: "5s"
11+
version: 1
12+
editable: true

0 commit comments

Comments
 (0)