Skip to content

Commit

Permalink
Update Backend health checks initial delays (#3165)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-duval authored Dec 4, 2024
1 parent 02abec6 commit 2d15c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rhcicd/clowdapp-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ objects:
path: /health/ready
port: 8000
scheme: HTTP
initialDelaySeconds: 1200
initialDelaySeconds: 40
periodSeconds: 10
timeoutSeconds: 1
successThreshold: 1
Expand All @@ -108,7 +108,7 @@ objects:
path: /health/live
port: 8000
scheme: HTTP
initialDelaySeconds: 1200
initialDelaySeconds: 40
periodSeconds: 10
timeoutSeconds: 1
successThreshold: 1
Expand Down

0 comments on commit 2d15c81

Please sign in to comment.