Skip to content

Commit

Permalink
Merge pull request #78 from yurii-kryvosheia/main
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus authored Oct 24, 2023
2 parents b2868dd + 21da1f5 commit 0317661
Show file tree
Hide file tree
Showing 4 changed files with 10 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.5.3
version: 0.5.4
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 @@ -56,6 +56,10 @@ spec:
{{- with .Values.controller.resources }}
resources: {{ . | toYaml | nindent 12 }}
{{- end }}
{{- with .Values.controller.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.controller.tolerations }}
tolerations:
{{- with .Values.controller.tolerations }}
Expand Down
3 changes: 3 additions & 0 deletions charts/prom-aggregation-gateway/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
".*": {"type": "string"}
}
},
"nodeSelector": {
"type": "object"
},
"tolerations": {
"type": "array"
}
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 @@ -15,6 +15,8 @@ controller:

tolerations: []

nodeSelector: {}

podMonitor:
create: true

Expand Down

0 comments on commit 0317661

Please sign in to comment.