Skip to content

Commit

Permalink
Update healthcheck paths
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl committed Aug 20, 2024
1 parent 80f1d4f commit 717b936
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions helm_deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,13 @@ generic-service:
groups:
- internal
- unilink_staff

readinessProbe:
httpGet:
path: /umt/actuator/health/readiness
livenessProbe:
httpGet:
path: /umt/actuator/health/liveness
startupProbe:
httpGet:
path: /umt/actuator/health/ping

0 comments on commit 717b936

Please sign in to comment.