Skip to content

Commit

Permalink
Merge pull request #494 from frezes/feat/updateCharts
Browse files Browse the repository at this point in the history
update charts
  • Loading branch information
benjaminhuo authored Mar 12, 2024
2 parents 4308775 + b6dbe80 commit f983ab2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/whizard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ maintainers:
email: [email protected]
- name: junot
email: [email protected]
version: 0.10.13
version: 0.10.14
appVersion: "latest"
1 change: 1 addition & 0 deletions charts/whizard/templates/hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ spec:
kubectl delete rulers.monitoring.whizard.io -n {{ include "whizard.namespace" . }} --all
kubectl delete stores.monitoring.whizard.io -n {{ include "whizard.namespace" . }} --all
kubectl delete compactors.monitoring.whizard.io -n {{ include "whizard.namespace" . }} --all
kubectl delete storages.monitoring.whizard.io -n {{ include "whizard.namespace" . }} --all
{{- end }}
2 changes: 1 addition & 1 deletion charts/whizard/templates/serviceMonitor.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.monitoring.enabled -}}
{{- if and (.Values.selfMonitor.enabled) (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") -}}
{{- $components := tuple "compactor" "query" "ingester" "store" "ruler" "router" }}
{{- range $index, $component := $components }}
---
Expand Down
6 changes: 3 additions & 3 deletions charts/whizard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ hook:
pullPolicy: IfNotPresent
resources:
limits:
cpu: 100m
memory: 128Mi
cpu: 500m
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
backoffLimit: 3

monitoring:
selfMonitor:
enabled: false

## Manages Service, Query, QueryFrontend, Router, Ingester, Store, Compactor and Ruler instances and components
Expand Down

0 comments on commit f983ab2

Please sign in to comment.