Skip to content

Commit

Permalink
Merge pull request #83 from truefoundry/update-chart
Browse files Browse the repository at this point in the history
include label used by prometheus
  • Loading branch information
DeeAjayi authored Feb 13, 2025
2 parents 01f4a27 + a0bd5b0 commit 24c2b31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/elasti/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: elasti
description: Helm chart for Elasti application
type: application
version: 0.1.10
appVersion: "0.1.10"
version: 0.1.11
appVersion: "0.1.11"
1 change: 1 addition & 0 deletions charts/elasti/templates/resolver-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: {{ include "elasti.fullname" . }}-resolver-service
namespace: '{{ .Release.Namespace }}'
labels:
app.kubernetes.io/prometheus: elasti-resolver # used serviceMonitor to define the jobLabel
{{- include "elasti.labels" . | nindent 4 }}
spec:
type: {{ .Values.elastiResolver.service.type }}
Expand Down

0 comments on commit 24c2b31

Please sign in to comment.