Skip to content

Commit

Permalink
Make docker-hub-exporter replica's configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jul 10, 2020
1 parent 858e492 commit dab922b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/docker-hub-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Docker Hub exporter
home: https://github.com/jessestuart/docker-hub-exporter
icon: https://helm.wyrihaximus.net/images/charts/docker-hub-exporter.png
type: application
version: 0.2.3
version: 0.2.4
appVersion: d05df48
maintainers:
- name: WyriHaximus
Expand Down
2 changes: 1 addition & 1 deletion charts/docker-hub-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
release: {{ include ".helm.fullname" . }}
{{- include ".helm.labels" . | nindent 4 }}
spec:
replicas: 1
replicas: {{ .Values.replicas }}
selector:
matchLabels:
{{- include ".helm.selectorLabels" . | nindent 6 }}
Expand Down
2 changes: 2 additions & 0 deletions charts/docker-hub-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ grafana:
influxdb: false
prometheus: false

replicas: 1

resources:
# Setting this pretty low since this is a low resource intensive application, increase when needed
limits:
Expand Down

0 comments on commit dab922b

Please sign in to comment.