Skip to content

Commit

Permalink
Merge pull request #13 from WyriHaximusNet/loosenup-docker-hub-export…
Browse files Browse the repository at this point in the history
…er-probes

Loosen up docker-hub-exporter probes
  • Loading branch information
WyriHaximus authored Jul 10, 2020
2 parents e808749 + a13f60b commit 858e492
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 858e492

Please sign in to comment.