We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d342430 commit ba434ebCopy full SHA for ba434eb
2 files changed
.ci/deploy.yaml
@@ -40,13 +40,13 @@ spec:
40
- containerPort: 8080
41
livenessProbe:
42
httpGet:
43
- path: /
+ path: /actuator/health
44
port: 8080
45
initialDelaySeconds: 30
46
periodSeconds: 30
47
readinessProbe:
48
49
50
51
initialDelaySeconds: 10
52
periodSeconds: 10
pom.xml
@@ -32,6 +32,10 @@
32
<groupId>org.springframework.boot</groupId>
33
<artifactId>spring-boot-starter-web</artifactId>
34
</dependency>
35
+ <dependency>
36
+ <groupId>org.springframework.boot</groupId>
37
+ <artifactId>spring-boot-starter-actuator</artifactId>
38
+ </dependency>
39
<dependency>
<artifactId>spring-boot-starter-cache</artifactId>
0 commit comments