-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shubham Choudhari
committed
Oct 18, 2022
0 parents
commit 8e35166
Showing
223 changed files
with
84,257 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.deploy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# pf9-kube-prometheus-helm-chart | ||
|
||
|
||
# platform9-pf9-kube-prometheus-helm-chart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
dependencies: | ||
- name: kube-state-metrics | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 4.13.0 | ||
- name: prometheus-node-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 3.3.1 | ||
- name: grafana | ||
repository: https://grafana.github.io/helm-charts | ||
version: 6.32.18 | ||
digest: sha256:f132d7e597053ca241504e0f6b039fc522b3267cdc7ab03f1fe45f9a5ae96bcc | ||
generated: "2022-10-11T18:49:45.661087+05:30" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
annotations: | ||
artifacthub.io/links: | | ||
- name: Chart Source | ||
url: https://github.com/prometheus-community/helm-charts | ||
- name: Upstream Project | ||
url: https://github.com/prometheus-operator/kube-prometheus | ||
artifacthub.io/operator: "true" | ||
apiVersion: v2 | ||
appVersion: 0.57.0 | ||
dependencies: | ||
- condition: kubeStateMetrics.enabled | ||
name: kube-state-metrics | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 4.13.* | ||
- condition: nodeExporter.enabled | ||
name: prometheus-node-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 3.3.* | ||
- condition: grafana.enabled | ||
name: grafana | ||
repository: https://grafana.github.io/helm-charts | ||
version: 6.32.* | ||
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, | ||
and Prometheus rules combined with documentation and scripts to provide easy to | ||
operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus | ||
Operator. | ||
home: https://github.com/platform9/pf9-kube-prometheus-helm-chart | ||
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png | ||
keywords: | ||
- operator | ||
- prometheus | ||
- kube-prometheus | ||
kubeVersion: '>=1.16.0-0' | ||
name: kube-prometheus-stack | ||
sources: | ||
- https://github.com/prometheus-community/helm-charts | ||
type: application | ||
version: 38.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# kube-prometheus-stack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*~ | ||
# Various IDEs | ||
.vscode | ||
.project | ||
.idea/ | ||
*.tmproj | ||
OWNERS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apiVersion: v2 | ||
appVersion: 9.0.4 | ||
description: The leading tool for querying and visualizing time series and metrics. | ||
home: https://grafana.net | ||
icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png | ||
kubeVersion: ^1.8.0-0 | ||
maintainers: | ||
- email: [email protected] | ||
name: zanhsieh | ||
- email: [email protected] | ||
name: rtluckie | ||
- email: [email protected] | ||
name: maorfr | ||
- email: [email protected] | ||
name: Xtigyro | ||
- email: [email protected] | ||
name: torstenwalter | ||
name: grafana | ||
sources: | ||
- https://github.com/grafana/grafana | ||
type: application | ||
version: 6.32.7 |
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
charts/kube-prometheus-stack/charts/grafana/ci/default-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Leave this file empty to ensure that CI runs builds against the default configuration in values.yaml. |
16 changes: 16 additions & 0 deletions
16
charts/kube-prometheus-stack/charts/grafana/ci/with-affinity-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
affinity: | ||
podAntiAffinity: | ||
preferredDuringSchedulingIgnoredDuringExecution: | ||
- podAffinityTerm: | ||
labelSelector: | ||
matchLabels: | ||
app.kubernetes.io/instance: grafana-test | ||
app.kubernetes.io/name: grafana | ||
topologyKey: failure-domain.beta.kubernetes.io/zone | ||
weight: 100 | ||
requiredDuringSchedulingIgnoredDuringExecution: | ||
- labelSelector: | ||
matchLabels: | ||
app.kubernetes.io/instance: grafana-test | ||
app.kubernetes.io/name: grafana | ||
topologyKey: kubernetes.io/hostname |
53 changes: 53 additions & 0 deletions
53
charts/kube-prometheus-stack/charts/grafana/ci/with-dashboard-json-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
dashboards: | ||
my-provider: | ||
my-awesome-dashboard: | ||
# An empty but valid dashboard | ||
json: | | ||
{ | ||
"__inputs": [], | ||
"__requires": [ | ||
{ | ||
"type": "grafana", | ||
"id": "grafana", | ||
"name": "Grafana", | ||
"version": "6.3.5" | ||
} | ||
], | ||
"annotations": { | ||
"list": [ | ||
{ | ||
"builtIn": 1, | ||
"datasource": "-- Grafana --", | ||
"enable": true, | ||
"hide": true, | ||
"iconColor": "rgba(0, 211, 255, 1)", | ||
"name": "Annotations & Alerts", | ||
"type": "dashboard" | ||
} | ||
] | ||
}, | ||
"editable": true, | ||
"gnetId": null, | ||
"graphTooltip": 0, | ||
"id": null, | ||
"links": [], | ||
"panels": [], | ||
"schemaVersion": 19, | ||
"style": "dark", | ||
"tags": [], | ||
"templating": { | ||
"list": [] | ||
}, | ||
"time": { | ||
"from": "now-6h", | ||
"to": "now" | ||
}, | ||
"timepicker": { | ||
"refresh_intervals": ["5s"] | ||
}, | ||
"timezone": "", | ||
"title": "Dummy Dashboard", | ||
"uid": "IdcYQooWk", | ||
"version": 1 | ||
} | ||
datasource: Prometheus |
19 changes: 19 additions & 0 deletions
19
charts/kube-prometheus-stack/charts/grafana/ci/with-dashboard-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
dashboards: | ||
my-provider: | ||
my-awesome-dashboard: | ||
gnetId: 10000 | ||
revision: 1 | ||
datasource: Prometheus | ||
dashboardProviders: | ||
dashboardproviders.yaml: | ||
apiVersion: 1 | ||
providers: | ||
- name: 'my-provider' | ||
orgId: 1 | ||
folder: '' | ||
type: file | ||
updateIntervalSeconds: 10 | ||
disableDeletion: true | ||
editable: true | ||
options: | ||
path: /var/lib/grafana/dashboards/my-provider |
7 changes: 7 additions & 0 deletions
7
charts/kube-prometheus-stack/charts/grafana/ci/with-extraconfigmapmounts-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
extraConfigmapMounts: | ||
- name: '{{ template "grafana.fullname" . }}' | ||
configMap: '{{ template "grafana.fullname" . }}' | ||
mountPath: /var/lib/grafana/dashboards/test-dashboard.json | ||
# This is not a realistic test, but for this we only care about extraConfigmapMounts not being empty and pointing to an existing ConfigMap | ||
subPath: grafana.ini | ||
readOnly: true |
19 changes: 19 additions & 0 deletions
19
charts/kube-prometheus-stack/charts/grafana/ci/with-image-renderer-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
podLabels: | ||
customLableA: Aaaaa | ||
imageRenderer: | ||
enabled: true | ||
env: | ||
RENDERING_ARGS: --disable-gpu,--window-size=1280x758 | ||
RENDERING_MODE: clustered | ||
podLabels: | ||
customLableB: Bbbbb | ||
networkPolicy: | ||
limitIngress: true | ||
limitEgress: true | ||
resources: | ||
limits: | ||
cpu: 1000m | ||
memory: 1000Mi | ||
requests: | ||
cpu: 500m | ||
memory: 50Mi |
3 changes: 3 additions & 0 deletions
3
charts/kube-prometheus-stack/charts/grafana/ci/with-persistence.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
persistence: | ||
type: pvc | ||
enabled: true |
1 change: 1 addition & 0 deletions
1
charts/kube-prometheus-stack/charts/grafana/dashboards/custom-dashboard.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
Oops, something went wrong.