Skip to content

Commit

Permalink
Increase probe failure thresholds (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed May 14, 2024
1 parent 6114264 commit bc32ec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,17 @@ objects:
memory: ${MEMORY_LIMIT}
readinessProbe:
successThreshold: 1
failureThreshold: 5
failureThreshold: 15
httpGet:
path: /
port: 3000
scheme: HTTP
initialDelaySeconds: 15
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 10
livenessProbe:
successThreshold: 1
failureThreshold: 5
failureThreshold: 15
httpGet:
path: /
port: 3000
Expand Down

0 comments on commit bc32ec4

Please sign in to comment.