Skip to content

Commit

Permalink
fix: updated probe endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Nov 30, 2023
1 parent d6721e7 commit 1193b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ microservice-chart:
pullPolicy: Always
livenessProbe:
httpGet:
path: /actuator/health/liveness
path: /info
port: 8080
initialDelaySeconds: 180
failureThreshold: 6
periodSeconds: 10
readinessProbe:
httpGet:
path: /actuator/health/readiness
path: /info
port: 8080
initialDelaySeconds: 180
failureThreshold: 6
Expand Down

0 comments on commit 1193b76

Please sign in to comment.