-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use Grafana from kube-prometheus-stack instead of own subchart * Allow for using Prometheus from kube-prometheus-stack for full-stack monitoring * Provide a Helm values file for full-stack monitoring * This includes Kubernetes metrics exporters and dashboards
- Loading branch information
1 parent
fffc83d
commit 68fced5
Showing
6 changed files
with
82 additions
and
85 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
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,28 @@ | ||
### | ||
# Prometheus Monitoring Stack (Prometheus Operator) | ||
### | ||
kube-prometheus-stack: | ||
global: | ||
rbac: | ||
create: true # enable for full-stack monitoring | ||
|
||
grafana: | ||
defaultDashboardsEnabled: true | ||
|
||
kubelet: | ||
enabled: true | ||
|
||
kubeDns: | ||
enabled: true | ||
|
||
kubeStateMetrics: | ||
enabled: true | ||
|
||
nodeExporter: | ||
enabled: true | ||
|
||
prometheus: | ||
enabled: true # Use built-in Prometheus | ||
|
||
prometheus: | ||
enabled: false # Use built-in Prometheus |
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
This file was deleted.
Oops, something went wrong.
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
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