kubezero/charts/kubezero-metrics/README.md

41 lines
2.0 KiB
Markdown
Raw Normal View History

2020-07-30 16:19:48 +00:00
kubezero-metrics
================
KubeZero Umbrella Chart for prometheus-operator
2020-07-30 16:19:04 +00:00
2020-07-30 16:19:48 +00:00
Current chart version is `0.0.1`
2020-07-30 16:19:04 +00:00
Source code can be found [here](https://kubezero.com)
## Chart Requirements
| Repository | Name | Version |
|------------|------|---------|
2020-07-30 16:19:48 +00:00
| https://kubernetes-charts.storage.googleapis.com/ | prometheus-operator | 9.3.0 |
2020-07-30 16:19:04 +00:00
| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.1 |
## Chart Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
2020-07-30 16:19:48 +00:00
| prometheus-operator.alertmanager.enabled | bool | `false` | |
| prometheus-operator.coreDns.enabled | bool | `false` | |
| prometheus-operator.defaultRules.create | bool | `false` | |
| prometheus-operator.grafana.enabled | bool | `false` | |
| prometheus-operator.kubeApiServer.enabled | bool | `false` | |
| prometheus-operator.kubeControllerManager.enabled | bool | `false` | |
| prometheus-operator.kubeDns.enabled | bool | `false` | |
| prometheus-operator.kubeEtcd.enabled | bool | `false` | |
| prometheus-operator.kubeProxy.enabled | bool | `false` | |
| prometheus-operator.kubeScheduler.enabled | bool | `false` | |
| prometheus-operator.kubeStateMetrics.enabled | bool | `false` | |
| prometheus-operator.kubelet.enabled | bool | `false` | |
| prometheus-operator.nodeExporter.enabled | bool | `false` | |
| prometheus-operator.prometheus.enabled | bool | `false` | |
| prometheus-operator.prometheusOperator.admissionWebhooks.enabled | bool | `false` | |
| prometheus-operator.prometheusOperator.createCustomResource | bool | `false` | |
| prometheus-operator.prometheusOperator.enabled | bool | `true` | |
| prometheus-operator.prometheusOperator.namespaces.additional[0] | string | `"kube-system"` | |
| prometheus-operator.prometheusOperator.namespaces.releaseNamespace | bool | `true` | |
| prometheus-operator.prometheusOperator.serviceMonitor.selfMonitor | bool | `false` | |
| prometheus-operator.prometheusOperator.tlsProxy.enabled | bool | `false` | |