Helm chart to install components for the Kubernetes cluster monitoring
Source
139
139
140
140
# Uninstallation
141
141
142
142
To uninstall/delete the ``zabbix`` deployment:
143
143
144
144
```bash
145
145
helm uninstall zabbix -n monitoring
146
146
```
147
147
148
148
# License
149
-
150
-
[`GNU GPL v2`](/LICENSE)
149
+
The project is distributed under [AGPL-3.0-only](LICENSE).
151
150
152
151
# Configuration
153
152
154
153
The following table lists the main configurable parameters of the chart and their default values.
155
154
156
155
| Key | Type | Default | Description |
157
156
|-----|------|---------|-------------|
158
157
| nameOverride | string | | Replaces the name of the chart in the Chart.yaml |
159
158
| fullnameOverride | string | | Replaces the generated name |
160
159
| kube-state-metrics.enabled | bool | `true`| If true, deploys the kube-state-metrics deployment |