diff --git a/charts/prom-aggregation-gateway/Chart.yaml b/charts/prom-aggregation-gateway/Chart.yaml index 1cb7a6a..f693580 100644 --- a/charts/prom-aggregation-gateway/Chart.yaml +++ b/charts/prom-aggregation-gateway/Chart.yaml @@ -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 diff --git a/charts/prom-aggregation-gateway/templates/controller.yaml b/charts/prom-aggregation-gateway/templates/controller.yaml index e3e57f4..856afbd 100644 --- a/charts/prom-aggregation-gateway/templates/controller.yaml +++ b/charts/prom-aggregation-gateway/templates/controller.yaml @@ -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: diff --git a/charts/prom-aggregation-gateway/values.yaml b/charts/prom-aggregation-gateway/values.yaml index 1583dd8..d863d42 100644 --- a/charts/prom-aggregation-gateway/values.yaml +++ b/charts/prom-aggregation-gateway/values.yaml @@ -21,6 +21,8 @@ podMonitor: create: true additionalLabels: {} +podAnnotations: {} + service: create: true annotations: {}