Skip to content

Commit

Permalink
charts/turbinia Disable kube-prometheus deployment by default (#156)
Browse files Browse the repository at this point in the history
* Disable kube-prometheus by default

* Update README.md with readme-generator-for-helm

Signed-off-by: wajihyassine <[email protected]>

* Update chart version

---------

Signed-off-by: wajihyassine <[email protected]>
Co-authored-by: wajihyassine <[email protected]>
  • Loading branch information
wajihyassine and wajihyassine authored Jul 15, 2024
1 parent f47c769 commit 306f269
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/turbinia/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: turbinia
version: 1.1.0
version: 1.1.1
description: A Helm chart for Turbinia Kubernetes deployments.
keywords:
- turbinia
Expand Down
2 changes: 1 addition & 1 deletion charts/turbinia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ kubectl delete pvc -l release=my-release

| Name | Description | Value |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| `monitoring.deployKubePrometheus` | Deploy kube-prometheus-stack as a subchart. For production environments, it is best practice to deploy this chart separately. | `true` |
| `monitoring.deployKubePrometheus` | Deploy kube-prometheus-stack as a subchart. For production environments, it is best practice to deploy this chart separately. | `false` |
| `monitoring.kubeScheduler.enabled` | Component scraping kube scheduler. Disabled by default due to lack of Prometheus endpoint access for managed K8s clusters (e.g. GKE, EKS). | `false` |
| `monitoring.kubeControllerManager.enabled` | Component scraping kube controller. Disabled by default due to lack of Prometheus endpoint access for managed K8s clusters (e.g. GKE, EKS). | `false` |
| `monitoring.coreDns.enabled` | Component scraping core dns. Disabled by default in favor of kube dns. | `false` |
Expand Down
2 changes: 1 addition & 1 deletion charts/turbinia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ dfdewey:
monitoring:
## @param monitoring.deployKubePrometheus Deploy kube-prometheus-stack as a subchart. For production environments, it is best practice to deploy this chart separately.
##
deployKubePrometheus: true
deployKubePrometheus: false
## @param monitoring.kubeScheduler.enabled Component scraping kube scheduler. Disabled by default due to lack of Prometheus endpoint access for managed K8s clusters (e.g. GKE, EKS).
##
kubeScheduler:
Expand Down

0 comments on commit 306f269

Please sign in to comment.