Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
charts/avalanche: allow setting additional labels
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Nov 2, 2022
1 parent e1dfd9c commit fea3f31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/avalanche/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: v2
name: avalanche
description: A Helm chart run avalanche for benchmarking Prometheus and remote write storage backends.
version: 0.4.0
version: 0.5.0

home: https://github.com/timescale/helm-charts

Expand Down
1 change: 1 addition & 0 deletions charts/avalanche/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ heritage: {{ .Release.Service }}
{{ include "avalanche.labels" . }}
app.kubernetes.io/name: {{ include "avalanche.fullname" . | quote }}
app.kubernetes.io/version: {{ .Chart.Version }}
{{ .Values.labels | toYaml | nindent 0 }}
{{- end }}
3 changes: 3 additions & 0 deletions charts/avalanche/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ annotations: {}
# Annotations to be added to the avalanche Pods
podAnnotations: {}

# Labels to be added to the avalanche k8s resources
labels: {}

# Enable ServiceMonitor used by prometheus-operator to configure prometheus for metrics scraping.
# Note that by enabling the service monitor, the cluster's Prometheus will start scraping the metrics
# generated as load and intended for benchmarking.
Expand Down

0 comments on commit fea3f31

Please sign in to comment.