Skip to content

Commit

Permalink
probes: increase timeout (PROJQUAY-3238)
Browse files Browse the repository at this point in the history
Increase the timeout for the http probes.
  • Loading branch information
ricardomaraschini committed Feb 16, 2022
1 parent 054e12f commit 0eee448
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion kustomize/base/quay.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,17 @@ spec:
path: /health/instance
port: 8080
scheme: HTTP
livelinessProbe:
timeoutSeconds: 10
periodSeconds: 15
failureThreshold: 10
livenessProbe:
httpGet:
path: /health/instance
port: 8080
scheme: HTTP
timeoutSeconds: 10
periodSeconds: 15
failureThreshold: 10
volumeMounts:
- name: config
readOnly: false
Expand Down

0 comments on commit 0eee448

Please sign in to comment.