mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Fix probePath
This commit is contained in:
parent
8b352cdadd
commit
e90b9e080a
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 400m
|
cpu: 400m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
probePath: /actuator/health
|
probePath: /manage/health
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
|
|
Loading…
Reference in a new issue