Skip to content

Commit

Permalink
Merge pull request #82 from yurii-kryvosheia/main
Browse files Browse the repository at this point in the history
chore: add configurable pod annotation
  • Loading branch information
mplachter authored Nov 6, 2023
2 parents d6cf85c + d07d035 commit 41fa4c2
Show file tree
Hide file tree
Showing 3 changed files with 7 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.6.0
version: 0.6.1
home: https://github.com/zapier/prom-aggregation-gateway
maintainers:
- name: djeebus
Expand Down
4 changes: 4 additions & 0 deletions charts/prom-aggregation-gateway/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ spec:
{{- end }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "prom-aggregation-gateway.selectorLabels" . | nindent 8 }}
spec:
Expand Down
2 changes: 2 additions & 0 deletions charts/prom-aggregation-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ podMonitor:
create: true
additionalLabels: {}

podAnnotations: {}

service:
create: true
annotations: {}
Expand Down

0 comments on commit 41fa4c2

Please sign in to comment.