Skip to content

Commit

Permalink
Merge pull request #4 from ladesa-ro/next
Browse files Browse the repository at this point in the history
feat(services/api/base): use the new health route
  • Loading branch information
guesant authored Jun 24, 2024
2 parents 4e1ab50 + eea4b37 commit ca70f02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 06-services/06-03-api/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ spec:
containerPort: 3000
readinessProbe:
httpGet:
path: /
path: /health/
port: 3000
initialDelaySeconds: 5
periodSeconds: 10
livenessProbe:
httpGet:
path: /
path: /health/
port: 3000
initialDelaySeconds: 10
periodSeconds: 15
startupProbe:
httpGet:
path: /
path: /health/
port: 3000
failureThreshold: 30
periodSeconds: 10
Expand Down

0 comments on commit ca70f02

Please sign in to comment.