Skip to content

Commit

Permalink
Loosen up docker-hub-exporter probes
Browse files Browse the repository at this point in the history
This is not a mission critical service and can be unavailable once in a while as the metrics it provibes aren't needed to be minute to minute accurate
  • Loading branch information
WyriHaximus committed Jul 10, 2020
1 parent e808749 commit a13f60b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.2
version: 0.2.3
appVersion: d05df48
maintainers:
- name: WyriHaximus
Expand Down
6 changes: 6 additions & 0 deletions charts/docker-hub-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,16 @@ spec:
containerPort: 9170
protocol: TCP
livenessProbe:
failureThreshold: 9
periodSeconds: 20
initialDelaySeconds: 20
httpGet:
path: /
port: metrics
readinessProbe:
failureThreshold: 9
periodSeconds: 20
initialDelaySeconds: 20
httpGet:
path: /
port: metrics
Expand Down

0 comments on commit a13f60b

Please sign in to comment.