Skip to content

Commit

Permalink
Merge pull request #34 from zapier/add-labels-to-service
Browse files Browse the repository at this point in the history
add selector labels to the service
  • Loading branch information
djeebus authored Dec 8, 2022
2 parents 347b846 + fb85bde commit c54732c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prom-aggregation-gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: prom-aggregation-gateway
version: 0.4.2
version: 0.4.3
home: https://github.com/zapier/prom-aggregation-gateway
maintainers:
- name: djeebus
Expand Down
2 changes: 2 additions & 0 deletions charts/prom-aggregation-gateway/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}
labels:
{{- include "prom-aggregation-gateway.selectorLabels" . | nindent 4 }}
{{- with .Values.service.annotations }}
annotations: {{ . | toYaml | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit c54732c

Please sign in to comment.