Skip to content

Commit

Permalink
Merge pull request #12 from Altonhe/feature/k8s
Browse files Browse the repository at this point in the history
chore: increase the threshold of health check
  • Loading branch information
aaronbrethorst committed Aug 30, 2024
2 parents 01801b8 + 9a117d1 commit f3529f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/onebusaway/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ spec:
httpGet:
path: /onebusaway-api-webapp/api/where/current-time.json?key=org.onebusaway.iphone
port: 8080
initialDelaySeconds: 60
periodSeconds: 30
initialDelaySeconds: 120
periodSeconds: 60
failureThreshold: 3
readinessProbe:
httpGet:
path: /onebusaway-api-webapp/api/where/current-time.json?key=org.onebusaway.iphone
port: 8080
initialDelaySeconds: 60
periodSeconds: 30
initialDelaySeconds: 120
periodSeconds: 60
failureThreshold: 3
volumes:
- name: bundle-volume
Expand Down

0 comments on commit f3529f5

Please sign in to comment.