Skip to content

Commit

Permalink
Try a more generous initial delay.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Sep 5, 2024
1 parent 101d2db commit 2d66160
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions canary-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ checks:
httpGet:
path: /
port: 8000
initialDelaySeconds: 5
initialDelaySeconds: 15
timeoutSeconds: 10
failureThreshold: 3
- name: http
Expand All @@ -32,7 +32,7 @@ checks:
httpGet:
path: /api/v1
port: 8000
initialDelaySeconds: 5
initialDelaySeconds: 15
timeoutSeconds: 10
failureThreshold: 3
- name: http
Expand All @@ -41,7 +41,7 @@ checks:
httpGet:
path: /api/v1
port: 8000
initialDelaySeconds: 5
initialDelaySeconds: 15
timeoutSeconds: 10
failureThreshold: 3
httpHeaders:
Expand All @@ -53,7 +53,7 @@ checks:
httpGet:
path: /ui/browse
port: 8000
initialDelaySeconds: 5
initialDelaySeconds: 15
timeoutSeconds: 10
failureThreshold: 3
httpHeaders:
Expand Down

0 comments on commit 2d66160

Please sign in to comment.