Skip to content

Commit

Permalink
chore: updating deploy check
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Jun 26, 2023
1 parent dad983a commit 5ca1a3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ objects:
memory: ${MEMORY_REQUEST}
readinessProbe:
successThreshold: 1
failureThreshold: 12
failureThreshold: 15
httpGet:
path: /health
port: 3000
scheme: HTTP
initialDelaySeconds: 180
initialDelaySeconds: 10
periodSeconds: 30
timeoutSeconds: 5
- apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion legacy/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ objects:
timeoutSeconds: 5
livenessProbe:
successThreshold: 1
failureThreshold: 12
failureThreshold: 15
httpGet:
path: /health
port: 9000
Expand Down
4 changes: 2 additions & 2 deletions processor/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ objects:
memory: ${MEMORY_REQUEST}
readinessProbe:
successThreshold: 1
failureThreshold: 12
failureThreshold: 15
httpGet:
path: /health
port: 3100
scheme: HTTP
initialDelaySeconds: 180
initialDelaySeconds: 10
periodSeconds: 30
timeoutSeconds: 5
- apiVersion: v1
Expand Down

0 comments on commit 5ca1a3a

Please sign in to comment.