Skip to content

Commit

Permalink
Increase exporter readiness/liveness probe timeout (#3998)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska authored Nov 11, 2024
1 parent 7d4906a commit 234f7d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/charts/aleph/templates/exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,14 @@ spec:
path: /metrics?name[]=None
port: 9100
initialDelaySeconds: 5
timeoutSeconds: 3
livenessProbe:
httpGet:
# Unselect all metrics as generating them can take multiple seconds
path: /metrics?name[]=None
port: 9100
initialDelaySeconds: 5
timeoutSeconds: 3
volumes:
- name: tmp-volume
emptyDir: {}
Expand Down

0 comments on commit 234f7d3

Please sign in to comment.